added missing functions in Empty:

- static bool HasCurvatureDir() { return false; }
- static bool IsCurvatureEnabled(const typename TT::VertexType *)  { return false; }
This commit is contained in:
granzuglia 2012-04-06 08:10:32 +00:00
parent e4e95f4aaf
commit 1548d6415a
1 changed files with 2 additions and 0 deletions

View File

@ -145,10 +145,12 @@ public:
const ScalarType &cK2()const {static ScalarType v = 0.0;assert(0);return v;}
static bool HasCurvature() { return false; }
static bool HasCurvatureDir() { return false; }
static bool HasCurvatureOcf() { return false; }
static bool HasCurvatureDirOcf() { return false; }
static bool IsCurvatureDirEnabled(const typename TT::VertexType *) { return false; }
static bool IsCurvatureEnabled(const typename TT::VertexType *) { return false; }
template < class LeftV>
void ImportData(const LeftV & /*left*/ ) {