Changeset 139 for cpp/frams/genetics/f1/conv_f1.h
- Timestamp:
- 02/20/14 17:49:28 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/f1/conv_f1.h
r121 r139 60 60 61 61 */ 62 class GenoConv_ F1: public GenoConverter62 class GenoConv_f1: public GenoConverter 63 63 { 64 64 public: 65 GenoConv_ F1()65 GenoConv_f1() 66 66 { 67 67 name="Recursive encoding"; … … 70 70 } 71 71 SString convert(SString &i,MultiMap *map); 72 ~GenoConv_ F1() {}72 ~GenoConv_f1() {} 73 73 }; 74 74
Note: See TracChangeset
for help on using the changeset viewer.