From cbee2c71625f52052f8eece4b91b7bb0b498106c Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sat, 16 Sep 2017 00:34:13 -0500 Subject: [PATCH] codim_one/error_estimator_02: Fix invalid array access --- tests/codim_one/error_estimator_02.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/codim_one/error_estimator_02.cc b/tests/codim_one/error_estimator_02.cc index b09fc7e9ed..91953225f7 100644 --- a/tests/codim_one/error_estimator_02.cc +++ b/tests/codim_one/error_estimator_02.cc @@ -54,7 +54,6 @@ public: Vector &values) const { values(0) = value(p,0); - values(1) = value(p,1); } }; @@ -81,7 +80,6 @@ public: Vector &values) const { values(0) = value(p,0); - values(1) = value(p,1); } }; -- 2.39.5