mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -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:
@@ -390,8 +390,6 @@ public:
|
||||
int numElements = gridView.size(/*codim=*/0);
|
||||
maxPolymerAdsorption_.resize(numElements, 0.0);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
void prefetch(const Element& elem) const
|
||||
|
||||
Reference in New Issue
Block a user