Changeset 20635 for issm/trunk-jpl/src/c/classes/Params/IntMatParam.cpp
- Timestamp:
- 05/23/16 09:16:41 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Params/IntMatParam.cpp
r19254 r20635 67 67 } 68 68 /*}}}*/ 69 Object* IntMatParam::copy() {/*{{{*/69 Param* IntMatParam::copy() {/*{{{*/ 70 70 71 71 return new IntMatParam(this->enum_type,this->value,this->M,this->N);
Note:
See TracChangeset
for help on using the changeset viewer.