Parent Directory
|
Revision Log
|
Patch
revision 920 by johnpye, Sat Oct 28 07:06:22 2006 UTC | revision 921 by johnpye, Mon Nov 6 07:49:06 2006 UTC | |
---|---|---|
# | Line 24 Integrator::Integrator(Simulation &simul | Line 24 Integrator::Integrator(Simulation &simul |
24 | } | } |
25 | ||
26 | Integrator::~Integrator(){ | Integrator::~Integrator(){ |
27 | CONSOLE_DEBUG("DESTROYING Integrator (C++) at %p",this); | |
28 | CONSOLE_DEBUG("DESTROYING IntegratorSystem at %p",blsys); | |
29 | integrator_free(blsys); | integrator_free(blsys); |
30 | CONSOLE_DEBUG("DESTROYING samplelist at %p",samplelist); | |
31 | samplelist_free(samplelist); | samplelist_free(samplelist); |
32 | } | } |
33 |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |