Changeset 988 for cpp/frams/model
- Timestamp:
- 07/09/20 00:13:20 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/model.cpp
r975 r988 351 351 return; 352 352 } 353 if (declared_shape == SHAPE_UNKNOWN) 354 declareShapeType(shapeTypeForGenoFormat(f0geno.getFormat())); 353 355 SString f0txt = f0geno.getGenes(); 354 356 buildstatus = building; // was: open(); … … 447 449 if ((buildstatus != valid) && (buildstatus != building)) 448 450 { 449 g = Geno("", Geno:: INVALID_FORMAT, "", "invalid model");451 g = Geno("", Geno::FORMAT_INVALID, "", "invalid model"); 450 452 return; 451 453 } … … 563 565 return "0s"; 564 566 default: 565 return Geno:: INVALID_FORMAT;567 return Geno::FORMAT_INVALID; 566 568 } 567 569 }
Note: See TracChangeset
for help on using the changeset viewer.