Changeset 526 for cpp/frams/_demos/geometry/surface_test.cpp
- Timestamp:
- 07/18/16 04:12:06 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified cpp/frams/_demos/geometry/surface_test.cpp ΒΆ
r348 r526 47 47 // Finishing result Model and printing its genotype. 48 48 resultModel.close(); 49 puts(resultModel.getF0Geno(). toString().c_str());49 puts(resultModel.getF0Geno().getGeneAndFormat().c_str()); 50 50 } 51 51
Note: See TracChangeset
for help on using the changeset viewer.