Ignore:
Timestamp:
05/15/10 19:36:18 (15 years ago)
Author:
Eric.Larour
Message:

Final build that compiles in serial and parallel model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Params/StringArrayParam.h

    r3732 r3751  
    5454                int   MyRank();
    5555                void    UpdateInputsFromVector(double* vector, int name, int type){ISSMERROR("Not implemented yet!");}
     56                void    UpdateInputsFromVector(int* vector, int name, int type){ISSMERROR("Not implemented yet!");}
     57                void    UpdateInputsFromVector(bool* vector, int name, int type){ISSMERROR("Not implemented yet!");}
    5658                void    UpdateInputsFromConstant(double constant, int name){ISSMERROR("Not implemented yet!");}
    5759                void    UpdateInputsFromConstant(int constant, int name){ISSMERROR("Not implemented yet!");}
Note: See TracChangeset for help on using the changeset viewer.