Skip to content
Snippets Groups Projects
Commit f0328c97 authored by Christian Rheinbay's avatar Christian Rheinbay
Browse files

fix warning

parent caa3664e
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,7 @@ public:
}
FWD.CalculateDefect(dataObs, nonlinearEvaluation, defect, subproblems[prob]);
if (FWD.GetReconstructionType() == "AllAtOnce" && substep == 0) {
defect[0].getVectorsWrite() = 0.0;
defect[0].getVectorsWrite().Clear();
}
mout << "after Defect " << PPM->TotalMemoryUsage() << endl;
if (defect.size() != nonlinearEvaluation.size()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment