Index: mttroot/mtt/bin/trans/make_ode2odes ================================================================== --- mttroot/mtt/bin/trans/make_ode2odes +++ mttroot/mtt/bin/trans/make_ode2odes @@ -7,10 +7,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.81 2002/07/11 13:00:23 geraint +## Declared more function arguments to be "const" - improves compiler optimisation. +## ## Revision 1.80 2002/05/22 09:35:49 geraint ## Added insertor variable to stop sh-mode font-lock from getting hopelessly confused by embedded C++. ## ## Revision 1.79 2002/05/20 13:42:31 gawthrop ## Uses simpar.first for first printed output @@ -1122,11 +1125,11 @@ void set_signal_handlers (void); void dump_data (std::ostream &file) { ColumnVector null (0); - mtt_write (0.0, null, null, 0, true, file); + mtt_write (0.0, null, null, 0, 0, true, file); } void handle_signal (int signum) { // handle some signals to ensure data is written.