Skip to content
Snippets Groups Projects
Commit eae297fe authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Improve compatiblity with Clang.

This patch is related to Dune's FS#1457.
(reviewed by fetzer)


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12788 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent eed80425
No related branches found
No related tags found
No related merge requests found
......@@ -473,7 +473,7 @@ protected:
// negative change of the storage term of the last
// iteration of the last time step...)
residual_[i] = storageTerm_[i];
residual_[i] *= -1;
residual_[i] *= -1.0;
}
reuseMatrix_ = false;
......
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