- Timestamp:
- 05/05/10 20:51:39 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/bdm/mex/mex_parser.h
r796 r925 107 107 storeNumeric ( setting, value, ( string ) key ); 108 108 } 109 if (mxIsObject(value)){ 110 Setting &child = setting.add(key, Setting::TypeInt64); 111 child = (long)value; 112 } 109 113 } 110 114 }