Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit 2a98b08

Browse files
qichenghuaOpenModelica-Hudson
authored andcommitted
reduced output in nonlinear solver nox
1 parent d0b99cc commit 2a98b08

File tree

1 file changed

+1
-1
lines changed
  • SimulationRuntime/cpp/Solver/Nox

1 file changed

+1
-1
lines changed

SimulationRuntime/cpp/Solver/Nox/Nox.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ void Nox::solve()
133133
_solverParametersPtr->sublist("Line Search").sublist("Backtrack").set("Minimum Step", 1.0e-30);
134134

135135

136-
if (_generateoutput || true){
136+
if (_generateoutput){
137137
_solverParametersPtr->sublist("Printing").set("Output Information", NOX::Utils::Error + NOX::Utils::Warning + NOX::Utils::OuterIteration + NOX::Utils::Details + NOX::Utils::Debug); //(there are also more options, but error and outer iteration are the ones that I commonly use.
138138
}else{
139139
_solverParametersPtr->sublist("Printing").set("Output Information", NOX::Utils::Error);

0 commit comments

Comments
 (0)