Changeset 25 for cpp/f8-to-f1/conv_f8tof1.cpp
- Timestamp:
- 06/29/09 21:02:03 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/f8-to-f1/conv_f8tof1.cpp
r24 r25 653 653 if (a != NULL) { 654 654 dst += a->getF1Genotype(p); 655 if (dst.len() > 1500) {656 return ""; //genotype becomes too long so we abort conversion655 if (dst.len() > maxF1Length) { 656 return SString(); //genotype becomes too long so we abort conversion 657 657 } 658 658 }
Note: See TracChangeset
for help on using the changeset viewer.