Parent Directory
|
Revision Log
|
Patch
revision 2335 by jpye, Wed Dec 15 06:35:43 2010 UTC | revision 2336 by jpye, Sun Dec 26 03:44:24 2010 UTC | |
---|---|---|
# | Line 46 struct gl_list_t *g_simulation_list = NU | Line 46 struct gl_list_t *g_simulation_list = NU |
46 | ||
47 | void sim_destroy(struct Instance *sim){ | void sim_destroy(struct Instance *sim){ |
48 | if (sim) { | if (sim) { |
49 | #ifdef SIMLIST_DEBUG | |
50 | CONSOLE_DEBUG("Destroying instance %s", SCP(GetSimulationName(sim)) ); | CONSOLE_DEBUG("Destroying instance %s", SCP(GetSimulationName(sim)) ); |
51 | #endif | |
52 | DestroyInstance(sim,NULL); | DestroyInstance(sim,NULL); |
53 | } | } |
54 | } | } |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |