Differences From Artifact [3f81f0bf76]:
- File mttroot/mtt/lib/cc/mtt_Hybrd_Solver.cc — part of check-in [c832ca2971] at 2002-04-09 12:04:25 on branch origin/master — Replaced ios:: with std::ios:: for g++-3.0 compatability. (user: geraint@users.sourceforge.net, size: 1531) [annotate] [blame] [check-ins using] [more...]
To Artifact [f1e519c135]:
- File mttroot/mtt/lib/cc/mtt_Hybrd_Solver.cc — part of check-in [f9fd1f0ee6] at 2002-04-16 09:18:29 on branch origin/master — Added timestamp to std::cerr message when solver fails to converge. (user: geraint@users.sourceforge.net, size: 1559) [annotate] [blame] [check-ins using] [more...]
︙ | |||
53 54 55 56 57 58 59 60 61 62 63 64 65 66 | 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | + | default: unknown_errors++; break; } if (1 != info) { std::cerr << " time " << _t << " \t" << " converge (" << convergences << ") " << " limit (" << limit_errors << ")" << " (max error = " << std::abs (eval(_ui).max()) << ")" << " other (" << input_errors + user_errors + progress_errors + unknown_errors << ") " << std::endl; } ferr << info << " "; |
︙ |