Show
Ignore:
Timestamp:
09/16/09 22:52:57 (15 years ago)
Author:
smidl
Message:

astyle

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/bdmtoolbox/mex/mxstruct2config.cpp

    r391 r622  
    22 
    33void mexFunction ( int n_output, mxArray *output[], int n_input, const mxArray *input[] ) { 
    4         UImxArray F (input[0]); 
    5         string filename = mxArray2string(input[1]); 
    6         F.writeFile(filename.c_str()); 
     4        UImxArray F ( input[0] ); 
     5        string filename = mxArray2string ( input[1] ); 
     6        F.writeFile ( filename.c_str() ); 
    77}