Changeset 247 for cpp/frams/neuro/geneticneuroparam.cpp
- Timestamp:
- 11/07/14 17:51:01 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/neuro/geneticneuroparam.cpp
r197 r247 11 11 {} 12 12 13 longGeneticNeuroParam::getInt(int i)13 paInt GeneticNeuroParam::getInt(int i) 14 14 {return Neuro::getClass(i)->genactive;} 15 15 16 int GeneticNeuroParam::setInt(int i, longv)16 int GeneticNeuroParam::setInt(int i,paInt v) 17 17 {Neuro::getClass(i)->genactive=v;return PSET_CHANGED;} 18 18
Note: See TracChangeset
for help on using the changeset viewer.