Changeset 139 for cpp/frams/genetics/f1
- Timestamp:
- 02/20/14 17:49:28 (11 years ago)
- Location:
- cpp/frams/genetics/f1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/f1/conv_f1.cpp
r121 r139 100 100 101 101 /** main conversion function - with conversion map support */ 102 SString GenoConv_ F1::convert(SString &i,MultiMap *map)102 SString GenoConv_f1::convert(SString &i,MultiMap *map) 103 103 { 104 104 const char* g=(const char*)i; -
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.