Parent Directory | Revision Log | Patch
revision 967 by johnpye, Thu Dec 7 14:47:15 2006 UTC | revision 968 by johnpye, Mon Dec 18 05:49:00 2006 UTC | |
---|---|---|
# | Line 104 Simulation::Simulation(const Simulation | Line 104 Simulation::Simulation(const Simulation |
104 | } | } |
105 | ||
106 | Simulation::~Simulation(){ | Simulation::~Simulation(){ |
107 | //CONSOLE_DEBUG("Deleting simulation %s", getName().toString()); | CONSOLE_DEBUG("Deleting simulation %s", getName().toString()); |
108 | system_free_reused_mem(); | |
109 | if(sys){ | |
110 | CONSOLE_DEBUG("Destroying simulation system..."); | |
111 | system_destroy(sys); | |
112 | } | |
113 | sys=NULL; | |
114 | } | } |
115 | ||
116 | Instanc & | Instanc & |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |