From: Eduardo Davila Date: Tue, 1 Mar 2011 18:16:21 +0000 (+0000) Subject: no message X-Git-Tag: v1.0.4~149 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=5ac54b0302d96c441a9c5880d7cdfd453283a551;p=creaMaracasVisu.git no message --- 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 ]; }