Changeset 348 for cpp/frams/_demos/geometry/apices_test.cpp
- Timestamp:
- 04/09/15 23:51:28 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/geometry/apices_test.cpp
r286 r348 47 47 // Finishing result Model and printing its genotype. 48 48 resultModel.close(); 49 puts( (const char*)resultModel.getF0Geno().toString());49 puts(resultModel.getF0Geno().toString().c_str()); 50 50 } 51 51
Note: See TracChangeset
for help on using the changeset viewer.