Changeset 331

Show
Ignore:
Timestamp:
04/29/09 13:15:48 (15 years ago)
Author:
miro
Message:

conversion of matlab struct to config, usage: mxstruct2config(struct, filename)

Location:
library/mex
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • library/mex/mexparse.h

    r327 r331  
    11#include "../../bdm/libconfig/libconfig.h++" 
     2#include <itpp/itbase.h> 
    23#include <itpp/itmex.h> 
    34#include <stdlib.h> 
    45 
     6using namespace itpp; 
    57using namespace std; 
    68using namespace libconfig;