Ignore:
Timestamp:
09/20/12 18:08:31 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: clean-up removed MyRank which is not used anymore, and removed IssmBool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/objects/Inputs/BoolInput.h

    r13216 r13414  
    1818        public:
    1919                /*just hold 3 values for 3 vertices: */
    20                 int    enum_type;
    21                 IssmBool value;
     20                int  enum_type;
     21                bool value;
    2222
    2323                /*BoolInput constructors, destructors: {{{*/
    2424                BoolInput();
    25                 BoolInput(int enum_type,IssmBool value);
     25                BoolInput(int enum_type,bool value);
    2626                ~BoolInput();
    2727                /*}}}*/
    2828                /*Object virtual functions definitions:{{{ */
    29                 void  Echo();
    30                 void  DeepEcho();
    31                 int   Id();
    32                 int   MyRank();
    33                 int   ObjectEnum();
    34                 Object* copy();
     29                void    Echo();
     30                void    DeepEcho();
     31                int     Id();
     32                int     ObjectEnum();
     33                Object *copy();
    3534                /*}}}*/
    3635                /*BoolInput management: {{{*/
Note: See TracChangeset for help on using the changeset viewer.