Skip to content
Snippets Groups Projects
Commit 800b6a1b authored by Uli Sack's avatar Uli Sack Committed by usack
Browse files

initialize value; avoid compiler warning

[[Imported from SVN: r6270]]
parent dbb09ae6
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ void ::LoopSolver<VectorType, BitVectorType>::solve()
oldSolution -= iterationStep_->getSol();
double normOfCorrection;
double normOfError;
double normOfError=std::numeric_limits<double>::quiet_NaN();
double convRate;
normOfCorrection = this->errorNorm_->operator()(oldSolution);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment