Parent Directory
|
Revision Log
|
Patch
revision 1386 by jpye, Sat Mar 10 12:33:15 2007 UTC | revision 1387 by jpye, Sat Apr 7 14:43:31 2007 UTC | |
---|---|---|
# | Line 107 Integrator::analyse(){ | Line 107 Integrator::analyse(){ |
107 | code, as it gets called by Simulation::build. | code, as it gets called by Simulation::build. |
108 | */ | */ |
109 | res = integrator_analyse(blsys); | res = integrator_analyse(blsys); |
110 | CONSOLE_DEBUG("Got %d",res); | CONSOLE_DEBUG("Got return-code '%d' from integrator_analyse",res); |
111 | ||
112 | if(res){ | if(res){ |
113 | CONSOLE_DEBUG("...which is bad"); | CONSOLE_DEBUG("...which is bad"); |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |