Changeset 4091 for issm/trunk/src/c/objects/Elements/Sing.cpp
- Timestamp:
- 06/21/10 12:26:34 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Sing.cpp
r4085 r4091 424 424 } 425 425 /*}}}1*/ 426 /*FUNCTION Sing:: UpdateInputsFromVector(double* vector, int name, int type);{{{1*/427 void Sing:: UpdateInputsFromVector(double* vector, int name, int type){426 /*FUNCTION Sing::InputUpdateFromVector(double* vector, int name, int type);{{{1*/ 427 void Sing::InputUpdateFromVector(double* vector, int name, int type){ 428 428 429 429 /*Check that name is an element input*/ … … 449 449 } 450 450 /*}}}*/ 451 /*FUNCTION Sing:: UpdateInputsFromVector(int* vector, int name, int type);{{{1*/452 void Sing:: UpdateInputsFromVector(int* vector, int name, int type){453 ISSMERROR(" not supported yet!"); 454 } 455 /*}}}*/ 456 /*FUNCTION Sing:: UpdateInputsFromVector(bool* vector, int name, int type);{{{1*/457 void Sing:: UpdateInputsFromVector(bool* vector, int name, int type){451 /*FUNCTION Sing::InputUpdateFromVector(int* vector, int name, int type);{{{1*/ 452 void Sing::InputUpdateFromVector(int* vector, int name, int type){ 453 ISSMERROR(" not supported yet!"); 454 } 455 /*}}}*/ 456 /*FUNCTION Sing::InputUpdateFromVector(bool* vector, int name, int type);{{{1*/ 457 void Sing::InputUpdateFromVector(bool* vector, int name, int type){ 458 458 ISSMERROR(" not supported yet!"); 459 459 }
Note:
See TracChangeset
for help on using the changeset viewer.