Added function getSurface

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

View File

@ -74,6 +74,10 @@ public:
virtual ~ASMs2D() {}
// Methods to access data
// ============================
Go::SplineSurface* getSurface() { return surf; }
// Methods for model generation
// ============================