Changeset 935 for cpp/frams/genetics/fB
- Timestamp:
- 05/29/20 15:20:29 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fB/fB_oper.cpp
r896 r935 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 … … 287 287 int rndid = rndUint(tokenized.size()); // select random insertion point 288 288 std::advance(it, rndid); 289 NeuroClass *cls = getRandomNeuroClass( );289 NeuroClass *cls = getRandomNeuroClass(Model::SHAPE_BALL_AND_STICK); 290 290 if (cls) 291 291 {
Note: See TracChangeset
for help on using the changeset viewer.