298 |
void |
void |
299 |
Simulation::checkInstance(){ |
Simulation::checkInstance(){ |
300 |
//cerr << "CHECKING SIMULATION INSTANCE" << endl; |
//cerr << "CHECKING SIMULATION INSTANCE" << endl; |
301 |
/*if(!is_built){ |
if(!is_built){ |
302 |
ERROR_REPORTER_HERE(ASC_PROG_ERR,"Simulation has not been built"); |
build(); |
303 |
return; |
} |
|
}*/ |
|
304 |
Instance *i1 = getModel().getInternalType(); |
Instance *i1 = getModel().getInternalType(); |
305 |
CheckInstance(stderr, &*i1); |
CheckInstance(stderr, &*i1); |
306 |
//cerr << "DONE CHECKING INSTANCE" << endl; |
//cerr << "DONE CHECKING INSTANCE" << endl; |