Changeset 346 for cpp/frams/genetics/preconfigured.h
- Timestamp:
- 04/07/15 04:20:14 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/preconfigured.h
r286 r346 30 30 }; 31 31 32 /** Initialization procedure for applications adding their own validators */ 33 class PreconfiguredGenetics_NoValidators 34 { 35 public: 36 DefaultGenoConvManager gcm; 37 38 PreconfiguredGenetics_NoValidators() 39 { 40 gcm.addDefaultConverters(); //without converters, the application would only handle "format 0" genotypes 41 Geno::useConverters(gcm); 42 } 43 }; 44 32 45 #endif 33 46
Note: See TracChangeset
for help on using the changeset viewer.