From 5fd525940b6c7d93e474d30815f1e0644a38381c Mon Sep 17 00:00:00 2001 From: Tristan Carrier Baudouin <tristan.carrier@uclouvain.be> Date: Thu, 21 Nov 2013 12:57:21 +0000 Subject: [PATCH] volume --- Mesh/yamakawa.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Mesh/yamakawa.cpp b/Mesh/yamakawa.cpp index 37b8d018ab..57640301c3 100644 --- a/Mesh/yamakawa.cpp +++ b/Mesh/yamakawa.cpp @@ -4141,7 +4141,8 @@ void PostOp::statistics(GRegion* gr){ vol = vol + element->getVolume(); } else{ - vol = vol + workaround(element); + //vol = vol + workaround(element); + vol = vol + element->getVolume(); } } -- GitLab