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/Options/GenericOption.h

    r13293 r13414  
    2929        public:
    3030
    31                 char* name;
    32                 OptionType value;
     31                char       *name;
     32                OptionType  value;
    3333
    34                 int   numel; //in case OptionType is an array
    35                 int   ndims; //in case OptionType is a multi-dimensional array: */
    36                 intsize;
     34                int         numel;  //in case OptionType is an array
     35                int         ndims;  //in case OptionType is a multi-dimensional array: */
     36                int        *size;
    3737
    3838                /*GenericOption constructors, destructors*/
     
    8181                } /*}}}*/
    8282                int   Id(){_error_("Not implemented yet");};
    83                 int   MyRank(){_error_("Not implemented yet");};
    8483                int   ObjectEnum(){return GenericOptionEnum;};
    8584                Object* copy(){_error_("Not implemented yet");};
Note: See TracChangeset for help on using the changeset viewer.