Changeset 14052


Ignore:
Timestamp:
11/29/12 09:45:15 (12 years ago)
Author:
Mathieu Morlighem
Message:

BUG: added warning, we need to fix this bug in options: matlab options come as double but we want to retrive integers and boolean, this cannot be done with current implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/Container/Options.h

    r13797 r14052  
    6464                        }
    6565                        else{
     66                                if(GetOption(name)) _printLine_("WARNING: option "<<name<<" found but fetched format not consistent, defaulting...");
    6667                                *pvalue=default_value;
    6768                        }
Note: See TracChangeset for help on using the changeset viewer.