Show
Ignore:
Timestamp:
05/05/10 20:51:39 (14 years ago)
Author:
smidl
Message:

new mexpdf

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/mex/mex_parser.h

    r796 r925  
    107107                                storeNumeric ( setting, value, ( string ) key ); 
    108108                        } 
     109                        if (mxIsObject(value)){ 
     110                                Setting &child = setting.add(key, Setting::TypeInt64); 
     111                                child = (long)value; 
     112                        } 
    109113                } 
    110114        }