Ignore:
Timestamp:
06/25/10 17:37:18 (15 years ago)
Author:
Eric.Larour
Message:

New class Update, just to update object properties, relevant only to Elements, Loads, Nodes and Materials. Simplifies greatly all the other objects that don't need updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk/src/c/objects/ExternalResults/StringExternalResult.h ΒΆ

    r4182 r4244  
    5353                int   MarshallSize();
    5454                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!");}
    6355                /*}}}*/
    6456                /*ExternalResult methods: {{{1*/
Note: See TracChangeset for help on using the changeset viewer.