Added NO_FACE to the face define

This commit is contained in:
Jacob Støren
2013-12-11 14:54:12 +01:00
parent 1be9f1996f
commit 6660614657

View File

@@ -62,7 +62,8 @@ public:
POS_J,
NEG_J,
POS_K,
NEG_K
NEG_K,
NO_FACE
};
typedef caf::AppEnum<StructGridInterface::FaceType> FaceEnum;