Changeset 736 for cpp/frams/genetics/f4/conv_f4.cpp
- Timestamp:
- 02/17/18 19:02:07 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/f4/conv_f4.cpp
r726 r736 23 23 24 24 25 SString GenoConv_f40::convert(SString &in, MultiMap * map )25 SString GenoConv_f40::convert(SString &in, MultiMap * map, bool using_checkpoints) 26 26 { 27 27 int res; … … 48 48 49 49 50 SString GenoConv_F41_TestOnly::convert(SString &in, MultiMap * map )50 SString GenoConv_F41_TestOnly::convert(SString &in, MultiMap * map, bool using_checkpoints) 51 51 { 52 52 int res;
Note: See TracChangeset
for help on using the changeset viewer.