- Timestamp:
- 06/25/10 17:37:18 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk/src/c/objects/ExternalResults/StringExternalResult.h ΒΆ
r4182 r4244 53 53 int MarshallSize(); 54 54 int MyRank(); 55 56 void InputUpdateFromVector(double* vector, int name, int type){ISSMERROR("Not implemented yet!");}57 void InputUpdateFromVector(int* vector, int name, int type){ISSMERROR("Not implemented yet!");}58 void InputUpdateFromVector(bool* vector, int name, int type){ISSMERROR("Not implemented yet!");}59 void InputUpdateFromConstant(double constant, int name){ISSMERROR("Not implemented yet!");}60 void InputUpdateFromConstant(int constant, int name){ISSMERROR("Not implemented yet!");}61 void InputUpdateFromConstant(bool constant, int name){ISSMERROR("Not implemented yet!");}62 void InputUpdateFromSolution(double* solution){ISSMERROR("Not implemented yet!");}63 55 /*}}}*/ 64 56 /*ExternalResult methods: {{{1*/
Note:
See TracChangeset
for help on using the changeset viewer.