Skip to content
Snippets Groups Projects
Commit 32b76e30 authored by Elias Pipping's avatar Elias Pipping Committed by pipping
Browse files

tcgsolver: trustRegionNormMatrix was initialised twice

[[Imported from SVN: r11789]]
parent 604e7b24
No related branches found
No related tags found
No related merge requests found
...@@ -69,8 +69,7 @@ public: ...@@ -69,8 +69,7 @@ public:
preconditioner_(preconditioner), preconditioner_(preconditioner),
errorNorm_(errorNorm), errorNorm_(errorNorm),
trustRegionNormMatrix_(trustRegionNormMatrix), trustRegionNormMatrix_(trustRegionNormMatrix),
trustRegionRadius_(trustRegionRadius), trustRegionRadius_(trustRegionRadius)
trustRegionNormMatrix_(NULL)
{} {}
/** \brief Constructor for repeated calls. The actual problem has to be provided separately */ /** \brief Constructor for repeated calls. The actual problem has to be provided separately */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment