Ignore:
Timestamp:
06/21/10 12:26:34 (15 years ago)
Author:
Eric.Larour
Message:

renamed UpdateInputsFromVectorx to InputUpdateFromVectorx

File:
1 edited

Legend:

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

    r4085 r4091  
    5959                int   MarshallSize();
    6060                int   MyRank();
    61                 void    UpdateInputsFromVector(double* vector, int name, int type){ISSMERROR("Not implemented yet!");}
    62                 void    UpdateInputsFromVector(int* vector, int name, int type){ISSMERROR("Not implemented yet!");}
    63                 void    UpdateInputsFromVector(bool* vector, int name, int type){ISSMERROR("Not implemented yet!");}
     61                void    InputUpdateFromVector(double* vector, int name, int type){ISSMERROR("Not implemented yet!");}
     62                void    InputUpdateFromVector(int* vector, int name, int type){ISSMERROR("Not implemented yet!");}
     63                void    InputUpdateFromVector(bool* vector, int name, int type){ISSMERROR("Not implemented yet!");}
    6464                void    InputUpdateFromConstant(double constant, int name){ISSMERROR("Not implemented yet!");}
    6565                void    InputUpdateFromConstant(int constant, int name){ISSMERROR("Not implemented yet!");}
Note: See TracChangeset for help on using the changeset viewer.