Changeset 736 for cpp/frams/genetics/f9/conv_f9.cpp
- Timestamp:
- 02/17/18 19:02:07 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/f9/conv_f9.cpp
r664 r736 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-201 7Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2018 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 25 25 //const char* turtle_commandsZ_f9="0000-+"; 26 26 27 SString GenoConv_f90::convert(SString &in, MultiMap *map )27 SString GenoConv_f90::convert(SString &in, MultiMap *map, bool using_checkpoints) 28 28 { 29 29 vector<XYZ_LOC> vertices;
Note: See TracChangeset
for help on using the changeset viewer.