Changeset 522 for cpp/frams/genetics/defgenoconv.h
- Timestamp:
- 06/23/16 00:15:59 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/defgenoconv.h
r286 r522 9 9 10 10 /// This GenoConvManager subclass allows you to add all "standard" converters in one go 11 class DefaultGenoConvManager : public GenoConvManager11 class DefaultGenoConvManager : public GenoConvManager 12 12 { 13 14 void addDefaultConverters();///< add all converters configured in gen-config file13 public: 14 void addDefaultConverters();///< add all converters configured in gen-config file 15 15 }; 16 16
Note: See TracChangeset
for help on using the changeset viewer.