This class provides the raw non-neighboring connections data as read from the deck and/or added using the addNNC method. The NNC data is currently not processed. I.e. multiple NNC connection between the same cell can exist side by side.
13 lines
705 B
CMake
13 lines
705 B
CMake
add_definitions( -DKEYWORD_DIRECTORY="${PROJECT_SOURCE_DIR}/opm/parser/share/keywords/000_Eclipse100")
|
|
|
|
foreach(tapp CheckDeckValidity IntegrationTests ParseWellProbe
|
|
ParseTITLE ParseTOPS ParseWCONHIST ParseWellWithWildcards
|
|
ParsePORO ParsePLYVISC ParsePLYSHLOG ParseDATAWithDefault
|
|
ParseTVDP ParseDENSITY ParseVFPPROD ScheduleCreateFromDeck
|
|
CompletionsFromDeck ParseEND IncludeTest ParseEQUIL
|
|
ParseRSVD ParsePVTG ParsePVTO ParseSWOF BoxTest
|
|
ParseMULTREGT ParseSGOF EclipseGridCreateFromDeck NNCTests)
|
|
opm_add_test(run${tapp} SOURCES ${tapp}.cpp
|
|
LIBRARIES opmparser ${Boost_LIBRARIES})
|
|
endforeach()
|