Changeset 371 for library/mex/mexparse.h

Show
Ignore:
Timestamp:
06/09/09 19:47:10 (15 years ago)
Author:
miro
Message:

conversion from config to matlab structure
changed expected interpretation of matrix in mexparse.h

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/mex/mexparse.h

    r348 r371  
    3030                        Setting &child = (key=="") ? setting.add(Setting::TypeList) 
    3131                                                   : setting.add(key, Setting::TypeList); 
     32                        Setting &label = child.add(Setting::TypeString); 
     33                        label = "matrix"; 
    3234                        Setting &cols = child.add( Setting::TypeInt ); 
    3335                        Setting &rows = child.add( Setting::TypeInt );