Changeset 972 for cpp/frams/_demos/genomanipulation.cpp
- Timestamp:
- 07/03/20 00:32:23 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/genomanipulation.cpp
r955 r972 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-20 19Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2020 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 210 210 else 211 211 printf("(This class does not have its own properties\n" 212 " - Neuro::classProperties().getPropCount()==0)\n");212 " - Neuro::classProperties().getPropCount()==0)\n"); 213 213 } 214 214 } … … 230 230 { 231 231 SyntParam p = n->classProperties(); 232 if (p.getPropCount() >0)232 if (p.getPropCount() > 0) 233 233 { 234 234 printProperties(p); … … 284 284 g.getFormat().c_str(), g.getComment().c_str()); 285 285 286 Model m(g );//.getConverted('0'));286 Model m(g, Model::SHAPE_UNKNOWN);//.getConverted('0')); 287 287 288 288 if (!m.isValid())
Note: See TracChangeset
for help on using the changeset viewer.