Changeset 1017 for cpp/frams/genetics/fS/fS_conv.cpp
- Timestamp:
- 07/20/20 16:37:38 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fS/fS_conv.cpp
r1006 r1017 5 5 #include "fS_conv.h" 6 6 7 SString GenoConv_fS0 ::convert(SString &i, MultiMap *map, bool using_checkpoints)7 SString GenoConv_fS0s::convert(SString &i, MultiMap *map, bool using_checkpoints) 8 8 { 9 9 fS_Genotype *genotype; … … 14 14 catch (fS_Exception &e) 15 15 { 16 logPrintf("GenoConv_fS0 ", "convert", LOG_ERROR, e.what());16 logPrintf("GenoConv_fS0s", "convert", LOG_ERROR, e.what()); 17 17 return SString(); 18 18 }
Note: See TracChangeset
for help on using the changeset viewer.