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/Materials/Matice.h

    r4085 r4091  
    4444                double GetB();
    4545                double GetN();
    46                 void  UpdateInputsFromVector(double* vector, int name, int type);
    47                 void  UpdateInputsFromVector(int* vector, int name, int type);
    48                 void  UpdateInputsFromVector(bool* vector, int name, int type);
     46                void  InputUpdateFromVector(double* vector, int name, int type);
     47                void  InputUpdateFromVector(int* vector, int name, int type);
     48                void  InputUpdateFromVector(bool* vector, int name, int type);
    4949                void  InputUpdateFromConstant(double constant, int name);
    5050                void  InputUpdateFromConstant(int constant, int name);
Note: See TracChangeset for help on using the changeset viewer.