#3493 LGR Export. Command file command exportLgrForCompletions

This commit is contained in:
Bjørn Erik Jensen
2018-10-22 09:31:25 +02:00
parent 4632fd7dff
commit fc4620985f
7 changed files with 230 additions and 21 deletions

View File

@@ -36,6 +36,7 @@ namespace caf {
addItem(RicfCommandFileExecutor::STATISTICS, "STATISTICS", "Statistics");
addItem(RicfCommandFileExecutor::WELLPATHS, "WELLPATHS", "Well Path");
addItem(RicfCommandFileExecutor::CELLS, "CELLS", "Cells");
addItem(RicfCommandFileExecutor::LGRS, "LGRS", "Lgrs");
setDefault(RicfCommandFileExecutor::COMPLETIONS);
}
}