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/Params/DoubleParam.h

    r4085 r4091  
    5151                int   MarshallSize();
    5252                int   MyRank();
    53                 void  UpdateInputsFromVector(double* vector, int name, int type);
    54                 void  UpdateInputsFromVector(int* vector, int name, int type);
    55                 void  UpdateInputsFromVector(bool* vector, int name, int type);
     53                void  InputUpdateFromVector(double* vector, int name, int type);
     54                void  InputUpdateFromVector(int* vector, int name, int type);
     55                void  InputUpdateFromVector(bool* vector, int name, int type);
    5656                void  InputUpdateFromConstant(double constant, int name);
    5757                void  InputUpdateFromConstant(int constant, int name);
Note: See TracChangeset for help on using the changeset viewer.