NNC: Added face to result info text

This commit is contained in:
Jacob Støren
2013-12-19 10:46:17 +01:00
parent cf7de9d588
commit b52c0fcdd3
2 changed files with 4 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ namespace caf
addItem(cvf::StructGridInterface::NEG_J, "Y-", "");
addItem(cvf::StructGridInterface::POS_K, "Z", "");
addItem(cvf::StructGridInterface::NEG_K, "Z-", "");
addItem(cvf::StructGridInterface::NO_FACE, "UnDef", "");
}
}