Differences From Artifact [0cd37c06c4]:
- File mttroot/mtt/lib/cc/mtt_Hybrd_Solver.cc — part of check-in [98a5282e8f] at 2001-07-02 00:34:56 on branch origin/numerical-algebraic-solution — gcc-3.0 compatibility. (user: geraint@users.sourceforge.net, size: 1461) [annotate] [blame] [check-ins using] [more...]
To Artifact [db6613b9c5]:
- File mttroot/mtt/lib/cc/mtt_Hybrd_Solver.cc — part of check-in [2364b84dcb] at 2001-07-13 03:07:59 on branch origin/numerical-algebraic-solution — Added dtors to Solvers (user: geraint@users.sourceforge.net, size: 1461) [annotate] [blame] [check-ins using] [more...]
︙ | |||
22 23 24 25 26 27 28 | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | - + | static int convergences; static int progress_errors; static int limit_errors; static int unknown_errors; NLFunc fcn(&Hybrd_Solver::f_hybrd); NLEqn eqn(Solver::_ui,fcn); |
︙ |