Changeset 6141 for trunk/GENOM_IMPORT/SequenceBuffer.h
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/GENOM_IMPORT/SequenceBuffer.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/GENOM_IMPORT/SequenceBuffer.h
r5777 r6141 38 38 class BaseCounter { 39 39 string source; // where does information originate from 40 size_t count[BC_COUNTERS]; // number of occur ances of single bases40 size_t count[BC_COUNTERS]; // number of occurrences of single bases 41 41 42 42 SmartPtr<CharCounter> char_count; // character counter (used by addLine)
