Changeset 732 for cpp/frams/genetics/f1/conv_f1.h
- Timestamp:
- 02/15/18 00:42:07 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/f1/conv_f1.h
r671 r732 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 … … 69 69 mapsupport = 1; 70 70 } 71 SString convert(SString &i, MultiMap *map );71 SString convert(SString &i, MultiMap *map, bool using_checkpoints); 72 72 ~GenoConv_f1() {} 73 73 };
Note: See TracChangeset
for help on using the changeset viewer.