Ignore:
Timestamp:
05/12/10 08:19:37 (15 years ago)
Author:
Eric.Larour
Message:

Bulk of solutions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Loads/Riftfront.h

    r3703 r3732  
    6161                int   MyRank();
    6262                void    UpdateInputsFromVector(double* vector, int name, int type){ISSMERROR("Not implemented yet!");}
     63                void    UpdateInputsFromConstant(double constant, int name){ISSMERROR("Not implemented yet!");}
     64                void    UpdateInputsFromConstant(int constant, int name){ISSMERROR("Not implemented yet!");}
     65                void    UpdateInputsFromConstant(bool constant, int name){ISSMERROR("Not implemented yet!");}
     66
    6367                void    UpdateInputsFromSolution(double* solution, int analysis_type, int sub_analysis_type){ISSMERROR("Not implemented yet!");}
    6468
Note: See TracChangeset for help on using the changeset viewer.