mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-22 09:16:27 -06:00
remove the runtime parameter system from all time critical code paths
it was not supposed to be used there in the first place, but it crept into the discretization code.
This commit is contained in:
parent
794fc3f588
commit
f65e9fbb69
@ -390,8 +390,6 @@ public:
|
||||
int numElements = gridView.size(/*codim=*/0);
|
||||
maxPolymerAdsorption_.resize(numElements, 0.0);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
void prefetch(const Element& elem) const
|
||||
|
Loading…
Reference in New Issue
Block a user