summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'accuracy/TestAccuracy.hpp')
-rw-r--r--accuracy/TestAccuracy.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/accuracy/TestAccuracy.hpp b/accuracy/TestAccuracy.hpp
index a79b17a..300d4fb 100644
--- a/accuracy/TestAccuracy.hpp
+++ b/accuracy/TestAccuracy.hpp
@@ -78,8 +78,7 @@ void testAccuracy(
t.start();
do {
Action<value_t> action(size, N);
- action.compute();
- e = action.getResidual();
+ e = action.compute();
emean += e;
e2mean += e*e;
} while(++N < 100 && t.elapsed() < 1. || N < 4);