#3457 Export visible cells. New command file command

This commit is contained in:
Bjørn Erik Jensen
2018-10-04 13:50:29 +02:00
parent 677914a338
commit f23fa64235
7 changed files with 240 additions and 26 deletions

View File

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