Changeset 1017 for cpp/frams/genetics/fS/fS_conv.h
- Timestamp:
- 07/20/20 16:37:38 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fS/fS_conv.h
r1006 r1017 12 12 * Genotype converter from fS to f0s. 13 13 */ 14 class GenoConv_fS0 : public GenoConverter14 class GenoConv_fS0s : public GenoConverter 15 15 { 16 16 public: 17 GenoConv_fS0 () : GenoConverter()17 GenoConv_fS0s() : GenoConverter() 18 18 { 19 19 name = "Solid encoding"; … … 27 27 SString convert(SString &i, MultiMap *map, bool using_checkpoints); 28 28 29 ~GenoConv_fS0 ()29 ~GenoConv_fS0s() 30 30 {}; 31 31 };
Note: See TracChangeset
for help on using the changeset viewer.