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/Result.h

    r3732 r3751  
    4444                Object* copy();
    4545                void    UpdateInputsFromVector(double* vector, int name, int type){ISSMERROR("Not implemented yet!");}
     46                void    UpdateInputsFromVector(int* vector, int name, int type){ISSMERROR("Not implemented yet!");}
     47                void    UpdateInputsFromVector(bool* vector, int name, int type){ISSMERROR("Not implemented yet!");}
    4648                void    UpdateInputsFromConstant(double constant, int name){ISSMERROR("Not implemented yet!");}
    4749                void    UpdateInputsFromConstant(int constant, int name){ISSMERROR("Not implemented yet!");}
Note: See TracChangeset for help on using the changeset viewer.