#1663 Octave interface to get NNC-pair information

This commit is contained in:
Bjørnar Grip Fjær
2017-06-29 09:07:21 +02:00
parent de414c4277
commit 9bea767cdf
5 changed files with 259 additions and 0 deletions

View File

@@ -60,5 +60,11 @@ namespace riOctavePlugin
char timeStepDate_Hour[] = "Hour";
char timeStepDate_Minute[] = "Minute";
char timeStepDate_Second[] = "Second";
// Octave data structure : CellIndex
char cellIndex_gridIndex[] = "GridIndex";
char cellIndex_I[] = "I";
char cellIndex_J[] = "J";
char cellIndex_K[] = "K";
}