From 3714bf7838a6429ab4ccb7960b3557f31e285ecb Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Fri, 24 Mar 2017 09:28:14 +0100 Subject: [PATCH] changed: remove unnecessary wrapper function the opt member is public --- src/SIM/SIMbase.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/SIM/SIMbase.h b/src/SIM/SIMbase.h index 0c4b1ca4..1bf73dcd 100644 --- a/src/SIM/SIMbase.h +++ b/src/SIM/SIMbase.h @@ -159,8 +159,6 @@ public: size_t getNoSolutions() const; //! \brief Returns the total number of patches in the model. int getNoPatches() const { return nGlPatches; } - //! \brief Returns the visualization dump interval. - int getDumpInterval() const { return opt.saveInc; } //! \brief Returns the number of right-hand-side vectors. virtual size_t getNoRHS() const; //! \brief Returns the number of bases in the model.