From 5ac54b0302d96c441a9c5880d7cdfd453283a551 Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Tue, 1 Mar 2011 18:16:21 +0000 Subject: [PATCH] no message --- bbtk/src/bbmaracasvisuAxeVolume.cxx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bbtk/src/bbmaracasvisuAxeVolume.cxx b/bbtk/src/bbmaracasvisuAxeVolume.cxx index bee0a9a..db203c7 100644 --- a/bbtk/src/bbmaracasvisuAxeVolume.cxx +++ b/bbtk/src/bbmaracasvisuAxeVolume.cxx @@ -48,7 +48,12 @@ void AxeVolume::Process() { if (sizeLstPointR=1) + { + r = bbGetInputlstPointR()[ bbGetInputlstPointR().size()-1 ]; + } else { + r = 1; + } } else { r = bbGetInputlstPointR()[ iAxe ]; } -- 2.45.2