Changeset 938
- Timestamp:
- 05/30/20 20:27:31 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/preconfigured.h
r714 r938 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-20 17Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2020 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 28 28 if (Geno::useValidators(&validators) != NULL) 29 29 logPrintf("PreconfiguredGenetics", "init", LOG_WARN, "Geno validators already configured"); 30 static const char* genactive_classes[] = { "N", "G", "T", "S", "*", "|", "@", NULL };30 static const char* genactive_classes[] = { "N", "G", "T", "S", "*", "|", "@", "M", NULL }; 31 31 NeuroClass::resetActive(); 32 32 NeuroClass::setGenActive(genactive_classes);
Note: See TracChangeset
for help on using the changeset viewer.