Changeset 4091 for issm/trunk/src/c/objects/Params/IntParam.cpp
- Timestamp:
- 06/21/10 12:26:34 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Params/IntParam.cpp
r4079 r4091 145 145 /*}}}*/ 146 146 147 /*FUNCTION IntParam:: UpdateInputsFromVector(double* vector, int name, int type) {{{1*/148 void IntParam:: UpdateInputsFromVector(double* vector, int name, int type){147 /*FUNCTION IntParam::InputUpdateFromVector(double* vector, int name, int type) {{{1*/ 148 void IntParam::InputUpdateFromVector(double* vector, int name, int type){ 149 149 /*Nothing updated yet*/ 150 150 } 151 151 /*}}}*/ 152 /*FUNCTION IntParam:: UpdateInputsFromVector(int* vector, int name, int type) {{{1*/153 void IntParam:: UpdateInputsFromVector(int* vector, int name, int type){152 /*FUNCTION IntParam::InputUpdateFromVector(int* vector, int name, int type) {{{1*/ 153 void IntParam::InputUpdateFromVector(int* vector, int name, int type){ 154 154 /*Nothing updated yet*/ 155 155 } 156 156 /*}}}*/ 157 /*FUNCTION IntParam:: UpdateInputsFromVector(bool* vector, int name, int type) {{{1*/158 void IntParam:: UpdateInputsFromVector(bool* vector, int name, int type){157 /*FUNCTION IntParam::InputUpdateFromVector(bool* vector, int name, int type) {{{1*/ 158 void IntParam::InputUpdateFromVector(bool* vector, int name, int type){ 159 159 /*Nothing updated yet*/ 160 160 }
Note:
See TracChangeset
for help on using the changeset viewer.