Ignore:
Timestamp:
09/11/13 14:22:13 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: cleaning up Node that is not an Update object anymore, and removed unused InputUpdateFromVector functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Loads/Riftfront.h

    r16042 r16125  
    6060                /*Update virtual functions resolution: {{{*/
    6161                void    InputUpdateFromVector(IssmDouble* vector, int name, int type);
    62                 void    InputUpdateFromVector(int* vector, int name, int type){_error_("Not implemented yet!");}
    63                 void    InputUpdateFromVector(bool* vector, int name, int type){_error_("Not implemented yet!");}
    6462                void    InputUpdateFromMatrixDakota(IssmDouble* matrix, int nrows,int ncols, int name, int type){_error_("Not implemented yet!");}
    6563                void    InputUpdateFromVectorDakota(IssmDouble* vector, int name, int type){_error_("Not implemented yet!");}
    66                 void    InputUpdateFromVectorDakota(int* vector, int name, int type){_error_("Not implemented yet!");}
    67                 void    InputUpdateFromVectorDakota(bool* vector, int name, int type){_error_("Not implemented yet!");}
    6864                void    InputUpdateFromConstant(IssmDouble constant, int name);
    6965                void    InputUpdateFromConstant(int constant, int name){_error_("Not implemented yet!");}
Note: See TracChangeset for help on using the changeset viewer.