Changeset 5655
- Timestamp:
- 09/02/10 09:55:49 (15 years ago)
- Location:
- issm/trunk/src/c/objects/Loads
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Loads/Riftfront.cpp
r5610 r5655 341 341 } 342 342 /*}}}*/ 343 /*FUNCTION Riftfront::InputUpdateFromConstant(double constant,int name) {{{1*/ 344 void Riftfront::InputUpdateFromVector(double* vector, int name, int type){ 345 346 /*Check that name is a Riftfront input*/ 347 if (!IsInput(name)) return; 348 349 /*update input*/ 350 ISSMERROR("not implemented yet"); 351 //this->inputs->AddInput(new DoubleInput(name,constant)); 352 353 } 354 /*}}}*/ 355 343 356 344 357 /*Load virtual functions definitions:*/ -
issm/trunk/src/c/objects/Loads/Riftfront.h
r5610 r5655 60 60 /*}}}*/ 61 61 /*Update virtual functions resolution: {{{1*/ 62 void InputUpdateFromVector(double* vector, int name, int type) {ISSMERROR("Not implemented yet!");}62 void InputUpdateFromVector(double* vector, int name, int type); 63 63 void InputUpdateFromVector(int* vector, int name, int type){ISSMERROR("Not implemented yet!");} 64 64 void InputUpdateFromVector(bool* vector, int name, int type){ISSMERROR("Not implemented yet!");}
Note:
See TracChangeset
for help on using the changeset viewer.