Changeset 3301


Ignore:
Timestamp:
Aug 20, 2014, 7:50:22 AM (9 years ago)
Author:
Peter
Message:

refs #810. minor corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.12-stable/yat/utility/Cigar.h

    r3300 r3301  
    5656/// \abstract CIGAR: X = mismatch
    5757#define BAM_CDIFF       8
    58 #define BAM_CBACK       9
    5958#endif // end of YAT_HAVE_LIBBAM
    6059
    61 // CBACK is not defined in old versions of bam.h
     60// BAM_CBACK is not defined in old versions of bam.h
    6261#ifndef BAM_CBACK
    6362#define BAM_CBACK 9
Note: See TracChangeset for help on using the changeset viewer.