Changeset 999 for cpp/frams/genetics/fH
- Timestamp:
- 07/13/20 13:51:43 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fH/fH_oper.cpp
r974 r999 255 255 fH_Handle *handle = NULL; 256 256 method = FH_OPCOUNT + roulette(addoperations, FH_ADD_OPCOUNT); 257 if (getActiveNeuroClassCount(Model::SHAPE _BALL_AND_STICK) == 0) method = FH_OPCOUNT + FH_ADD_STICK;257 if (getActiveNeuroClassCount(Model::SHAPETYPE_BALL_AND_STICK) == 0) method = FH_OPCOUNT + FH_ADD_STICK; 258 258 switch (method - FH_OPCOUNT) 259 259 { … … 440 440 if (userandomclass) 441 441 { 442 NeuroClass *nc = getRandomNeuroClass(Model::SHAPE _BALL_AND_STICK); // checking that neuron classes are available should be done before442 NeuroClass *nc = getRandomNeuroClass(Model::SHAPETYPE_BALL_AND_STICK); // checking that neuron classes are available should be done before 443 443 det = nc->getName(); 444 444 }
Note: See TracChangeset
for help on using the changeset viewer.