Changeset 2377
- Timestamp:
- Dec 20, 2010, 9:49:34 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/omic/DNA.h
r2342 r2377 121 121 Modifies lhs to a combination of bases that are present on one 122 122 side (not both). If, for example, lhs is 'M' and rhs is 'A', 123 resu ting lhs will be 'C'.123 resulting lhs will be 'C'. 124 124 125 125 As DNA is inherits boost::operators<DNA> corresponding … … 161 161 162 162 /** 163 Out outs the DNA to os. Equivalent to os << dna.get().163 Outputs the DNA to os. Equivalent to os << dna.get(). 164 164 165 165 \relates DNA
Note: See TracChangeset
for help on using the changeset viewer.