Changeset 534 for cpp/frams/_demos/part_shapes.cpp
- Timestamp:
- 07/20/16 01:17:14 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/part_shapes.cpp
r526 r534 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-201 5Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2016 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 52 52 53 53 m.close(); 54 puts(m.getF0Geno().getGene AndFormat().c_str());54 puts(m.getF0Geno().getGenesAndFormat().c_str()); 55 55 // the genotype can be fed directly to the genotype viewer, like this: 56 56 // part_shapes | theater -g -
Note: See TracChangeset
for help on using the changeset viewer.