From d893afee46f96420c40039b8c256635fd43447df Mon Sep 17 00:00:00 2001 From: Tuomas Karna <tuomas.karna@uclouvain.be> Date: Tue, 18 Jan 2011 10:45:50 +0000 Subject: [PATCH] fix adaptive visualisation of prisms --- Post/adaptiveData.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Post/adaptiveData.h b/Post/adaptiveData.h index e4479cb786..30681650c1 100644 --- a/Post/adaptiveData.h +++ b/Post/adaptiveData.h @@ -154,7 +154,6 @@ class adaptivePrism { p[5] = p6; e[0] = e[1] = e[2] = e[3] = NULL; e[4] = e[5] = e[6] = e[7] = NULL; - e[8] = e[9] = e[10] = e[11] = NULL; } inline double V() const { -- GitLab