#include "mexnetwork.h"
#include "mexrecorder.h"
#include "csimlist.h"
#include "csimerror.h"
#include "csimmex.h"
#include "readout.h"
#include "physicalmodel.h"
#include "classlist.i"
#include "switch.i"
|
|
Value: { (addNewObject(a=(Advancable *)(new TYPE))); \
if ( a->init(a) < 0 ) { \
TheCsimError.add("MexNetwork::importNetwork: error calling init of %s!\n",className); \
return -1; \
} \
}
|