Changeset 988 for cpp/frams/genetics/geno.h
- Timestamp:
- 07/09/20 00:13:20 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/geno.h
r972 r988 55 55 56 56 public: 57 static const SString INVALID_FORMAT;58 static const SString UNKNOWN_FORMAT;57 static const SString FORMAT_INVALID; 58 static const SString FORMAT_UNKNOWN; 59 59 typedef SListTempl<GenoValidator*> Validators; 60 60 … … 93 93 94 94 /** @param genformat="" -> detect genotype format from genstring comment (like the constructor does), else specify the valid format in genformat and pure genes in genstring. */ 95 void setGenesAndFormat(const SString& genstring, const SString& genformat = UNKNOWN_FORMAT);95 void setGenesAndFormat(const SString& genstring, const SString& genformat = FORMAT_UNKNOWN); 96 96 /** g must be pure genes, without format. For the standard behavior use setGenesAndFormat() */ 97 97 void setGenesAssumingSameFormat(const SString& g);
Note: See TracChangeset
for help on using the changeset viewer.