Changeset 999 for cpp/frams/genetics/geno.cpp
- Timestamp:
- 07/13/20 13:51:43 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/geno.cpp
r988 r999 260 260 if (Geno::formatIsOneOf(g.getFormat(), Geno::F0_FORMAT_LIST)) 261 261 { 262 Model mod(g, Model::SHAPE _UNKNOWN);262 Model mod(g, Model::SHAPETYPE_UNKNOWN); 263 263 return mod.isValid(); 264 264 }
Note: See TracChangeset
for help on using the changeset viewer.