Added function getVolume

git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@949 e10b68d5-8a6e-419e-a041-bce267b0401d
This commit is contained in:
rho 2011-05-19 08:04:29 +00:00 committed by Knut Morten Okstad
parent 1f5a9a32ea
commit 3dfd440da2

View File

@ -93,6 +93,11 @@ public:
virtual ~ASMs3D() {}
// Methods to access data
// ============================
Go::SplineVolume* getVolume() { return svol; }
// Methods for model generation
// ============================