Changeset 492 for cpp/frams/genetics
- Timestamp:
- 03/31/16 00:34:37 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/geno.h
r348 r492 17 17 public: 18 18 virtual int testGenoValidity(Geno& g) = 0;/// -1=no information 0=invalid 1=valid 19 virtual ~GenoValidator() { }; 19 20 }; 20 21 … … 25 26 public: 26 27 int testGenoValidity(Geno& g); 28 ~ModelGenoValidator() { } 27 29 }; 28 30
Note: See TracChangeset
for help on using the changeset viewer.