This works: renamed back -> Tables

This commit is contained in:
Joakim Hove 2015-09-01 10:17:42 +02:00
parent 07e5fa04ce
commit 7c8152bb27
5 changed files with 3 additions and 3 deletions

View File

@ -104,7 +104,7 @@ EclipseState/Tables/SingleRecordTable.cpp
EclipseState/Tables/MultiRecordTable.cpp
EclipseState/Tables/VFPProdTable.cpp
EclipseState/Tables/VFPInjTable.cpp
EclipseState/Tables/TableManager.cpp
EclipseState/Tables/Tables.cpp
#
EclipseState/Grid/GridProperty.cpp
EclipseState/Grid/Box.cpp
@ -256,7 +256,7 @@ EclipseState/Tables/WatvisctTable.hpp
EclipseState/Tables/PvtgOuterTable.hpp
EclipseState/Tables/VFPProdTable.hpp
EclipseState/Tables/VFPInjTable.hpp
EclipseState/Tables/TableManager.hpp
EclipseState/Tables/Tables.hpp
#
Utility/WconinjeWrapper.hpp
Utility/CompdatWrapper.hpp

View File

@ -1,4 +1,4 @@
foreach(tapp TableTests TableManagerTests TabdimsTests)
foreach(tapp TableTests TablesTests TabdimsTests)
opm_add_test(run${tapp} SOURCES ${tapp}.cpp
LIBRARIES opmparser ${Boost_LIBRARIES})
endforeach()