mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Include missing header and minor adjustments.
This commit is contained in:
parent
9a63513afb
commit
cda0a9daa3
@ -41,6 +41,7 @@
|
||||
#include <opm/material/common/Valgrind.hpp>
|
||||
|
||||
#include <opm/input/eclipse/EclipseState/Grid/FaceDir.hpp>
|
||||
#include <opm/common/ErrorMacros.hpp>
|
||||
#include <opm/common/OpmLog/OpmLog.hpp>
|
||||
#include <opm/utility/CopyablePtr.hpp>
|
||||
|
||||
|
@ -589,7 +589,7 @@ private:
|
||||
Scalar storefac = volume / dt;
|
||||
adres = 0.0;
|
||||
{
|
||||
OPM_TIMEBLOCK_LOCAL(calculateStorage);
|
||||
OPM_TIMEBLOCK_LOCAL(computeStorage);
|
||||
LocalResidual::computeStorage(adres, intQuantsIn);
|
||||
}
|
||||
setResAndJacobi(res, bMat, adres);
|
||||
|
Loading…
Reference in New Issue
Block a user