Changeset 516 for cpp/frams/genetics
- Timestamp:
- 06/22/16 16:34:36 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/genman.cpp
r513 r516 467 467 void GenMan::p_getsimplest(ExtValue *args, ExtValue *ret) 468 468 { 469 int format = args[0].getInt() + 48;469 int format = GenoObj::formatFromExtValue(args[0]); 470 470 if (!getOper_f(format)) 471 471 ret->setEmpty();
Note: See TracChangeset
for help on using the changeset viewer.