Changeset 975 for cpp/frams/model/modelparts.cpp
- Timestamp:
- 07/06/20 23:32:03 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/modelparts.cpp
r973 r975 99 99 NeuroClass::NeuroClass(ParamEntry *_props, SString _description, 100 100 int _prefinputs, int _prefoutput, int _preflocation, 101 int *_vectordata, bool own_vd, int vhints, int sup_shapes )101 int *_vectordata, bool own_vd, int vhints, int sup_shapes, int sup_joints) 102 102 :ownedvectordata(own_vd), 103 103 name(_props->name), longname(_props->id), description(_description),
Note: See TracChangeset
for help on using the changeset viewer.