Skip to content
Snippets Groups Projects

Feature eigen

Merged Adrien Crovato requested to merge feature_eigen into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -221,7 +221,7 @@ bool Newton::run()
// Check the solution
if (relRes < relTol || absRes < absTol)
{
std::cout << ANSI_COLOR_GREEN << "Newton sovler converged!" << ANSI_COLOR_RESET << std::endl
std::cout << ANSI_COLOR_GREEN << "Newton solver converged!" << ANSI_COLOR_RESET << std::endl
<< std::endl;
return true;
}
Loading