Changeset 732 for cpp/frams/_demos/paramtree_paramlist_test.cpp
- Timestamp:
- 02/15/18 00:42:07 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/paramtree_paramlist_test.cpp
r730 r732 22 22 PreconfiguredGenetics genetics; 23 23 24 Param minigenotype_param(minigenotype_paramtab);24 Param genotypemini_param(genotypemini_paramtab); 25 25 NeuroFactory neurofac; 26 26 neurofac.setStandardImplementation(); … … 36 36 combined += &Pt3D_Ext::getStaticParam(); 37 37 combined += &Orient_Ext::getStaticParam(); 38 combined += & minigenotype_param;38 combined += &genotypemini_param; 39 39 combined += &nn_config.par; 40 40 combined += &modelgeo.par;
Note: See TracChangeset
for help on using the changeset viewer.