From f65e9fbb69239d35c0eef581b7803ed25de4b9d1 Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Tue, 2 Jan 2018 14:28:52 +0100 Subject: [PATCH] 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. --- ebos/eclproblem.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ebos/eclproblem.hh b/ebos/eclproblem.hh index 7ebe5c2d7..104e6b2a2 100644 --- a/ebos/eclproblem.hh +++ b/ebos/eclproblem.hh @@ -390,8 +390,6 @@ public: int numElements = gridView.size(/*codim=*/0); maxPolymerAdsorption_.resize(numElements, 0.0); } - - } void prefetch(const Element& elem) const