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/Inputs/DoubleInput.h

    r3732 r3751  
    3939                int   EnumType();
    4040                void    UpdateInputsFromVector(double* vector, int name, int type){ISSMERROR("Not implemented yet!");}
     41                void    UpdateInputsFromVector(int* vector, int name, int type){ISSMERROR("Not implemented yet!");}
     42                void    UpdateInputsFromVector(bool* vector, int name, int type){ISSMERROR("Not implemented yet!");}
    4143                void    UpdateInputsFromConstant(double constant, int name){ISSMERROR("Not implemented yet!");}
    4244                void    UpdateInputsFromConstant(int constant, int name){ISSMERROR("Not implemented yet!");}
Note: See TracChangeset for help on using the changeset viewer.