Ignore:
Timestamp:
12/09/18 19:45:10 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: cleaning up inputupdate, removing Update class, now that inputs are always in element

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Materials/Matlitho.h

    r22105 r23524  
    3939                void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction);
    4040                int     ObjectEnum();
    41                 /*}}}*/
    42                 /*Update virtual functions resolution: {{{*/
    43                 void   InputUpdateFromConstant(IssmDouble constant, int name){_error_("not implemented");};
    44                 void   InputUpdateFromConstant(int constant, int name){_error_("not implemented");};
    45                 void   InputUpdateFromConstant(bool constant, int name){_error_("not implemented");};
    46                 void   InputUpdateFromIoModel(int index, IoModel* iomodel){_error_("not implemented");};
    47                 void   InputUpdateFromMatrixDakota(IssmDouble* matrix,int nrows,int ncols, int name, int type){_error_("not implemented");};
    48                 void   InputUpdateFromVector(IssmDouble* vector, int name, int type){_error_("not implemented");};
    49                 void   InputUpdateFromVectorDakota(IssmDouble* vector, int name, int type){_error_("not implemented");};
    5041                /*}}}*/
    5142                /*Material virtual functions resolution: {{{*/
Note: See TracChangeset for help on using the changeset viewer.