mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-02 05:49:09 -06:00
Fix Debug Build
Remove left parenthesis character left over from transitioning to the type-based parameter system. The '(' produced a build failure which only manifested in debug builds. Thanks to Håkon Hægland for bringing the issue to our attention.
This commit is contained in:
parent
fcd0de667b
commit
2bd80947b9
@ -1150,7 +1150,7 @@ public:
|
||||
void endTimeStep()
|
||||
{
|
||||
#ifndef NDEBUG
|
||||
if (getPropValue<(TypeTag, Properties::EnableDebuggingChecks>()) {
|
||||
if (getPropValue<TypeTag, Properties::EnableDebuggingChecks>()) {
|
||||
// in debug mode, we don't care about performance, so we check if the model does
|
||||
// the right thing (i.e., the mass change inside the whole reservoir must be
|
||||
// equivalent to the fluxes over the grid's boundaries plus the source rates
|
||||
|
Loading…
Reference in New Issue
Block a user