Changeset 139 for cpp/frams/genetics/f9/conv_f9.h
- Timestamp:
- 02/20/14 17:49:28 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/f9/conv_f9.h
r125 r139 29 29 30 30 // The f9->f0 converter 31 class GenoConv_ F90: public GenoConverter31 class GenoConv_f90: public GenoConverter 32 32 { 33 33 public: 34 GenoConv_ F90();34 GenoConv_f90(); 35 35 36 //implementation GenoConverter method36 //implementation of the GenoConverter method 37 37 SString convert(SString &in, MultiMap *map); 38 38
Note: See TracChangeset
for help on using the changeset viewer.