Changeset 955 for cpp/frams/model
- Timestamp:
- 06/25/20 00:34:29 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/model.cpp
r952 r955 333 333 f0warnposition = -1; 334 334 MultiMap *convmap = autobuildmaps ? new MultiMap() : NULL; 335 f0geno = (geno.getFormat() == '0') ? geno : geno.getConverted('0', convmap, using_checkpoints);335 f0geno = (geno.getFormat() == "0") ? geno : geno.getConverted("0", convmap, using_checkpoints); 336 336 f0genoknown = 1; 337 337 if (f0geno.isInvalid()) … … 437 437 if ((buildstatus != valid) && (buildstatus != building)) 438 438 { 439 g = Geno( 0, 0, 0, "invalid model");439 g = Geno("", Geno::INVALID_FORMAT, "", "invalid model"); 440 440 return; 441 441 }
Note: See TracChangeset
for help on using the changeset viewer.