add simple inspection tool for .OPMRST files

This commit is contained in:
Arne Morten Kvarving
2023-02-09 13:25:29 +01:00
parent ed170026c1
commit 6c9e887669
2 changed files with 82 additions and 0 deletions

View File

@@ -449,4 +449,9 @@ endif()
list (APPEND EXAMPLE_SOURCE_FILES
examples/printvfp.cpp
)
if(HDF5_FOUND)
list (APPEND EXAMPLE_SOURCE_FILES
examples/opmrst_inspect.cpp
)
endif()