Loading src/TNL/Solvers/SolverStarter_impl.h +4 −4 Original line number Diff line number Diff line Loading @@ -305,12 +305,12 @@ bool SolverStarter< ConfigTag > :: runPDESolver( Problem& problem, } catch ( const std::exception& e ) { std::cerr << "Setting up the solver failed due to a C++ exception with description: " << e.what() << std::endl; logFile << "Setting up The solver failed due to a C++ exception with description: " << e.what() << std::endl; logFile << "Setting up the solver failed due to a C++ exception with description: " << e.what() << std::endl; return false; } catch (...) { std::cerr << "Setting up the solver failed due to an unknown C++ exception." << std::endl; logFile << "Setting up The solver failed due to an unknown C++ exception." << std::endl; logFile << "Setting up the solver failed due to an unknown C++ exception." << std::endl; throw; } } Loading Loading
src/TNL/Solvers/SolverStarter_impl.h +4 −4 Original line number Diff line number Diff line Loading @@ -305,12 +305,12 @@ bool SolverStarter< ConfigTag > :: runPDESolver( Problem& problem, } catch ( const std::exception& e ) { std::cerr << "Setting up the solver failed due to a C++ exception with description: " << e.what() << std::endl; logFile << "Setting up The solver failed due to a C++ exception with description: " << e.what() << std::endl; logFile << "Setting up the solver failed due to a C++ exception with description: " << e.what() << std::endl; return false; } catch (...) { std::cerr << "Setting up the solver failed due to an unknown C++ exception." << std::endl; logFile << "Setting up The solver failed due to an unknown C++ exception." << std::endl; logFile << "Setting up the solver failed due to an unknown C++ exception." << std::endl; throw; } } Loading