Renamed SegmentedWellModel->WellDensitySegmented.

This commit is contained in:
Atgeirr Flø Rasmussen
2014-01-24 15:54:01 +01:00
parent 2f7697e00d
commit f9ea03fe67
4 changed files with 20 additions and 20 deletions

View File

@@ -30,12 +30,12 @@ list (APPEND MAIN_SOURCE_FILES
opm/autodiff/BlackoilPropsAdInterface.cpp
opm/autodiff/FullyImplicitBlackoilSolver.cpp
opm/autodiff/ImpesTPFAAD.cpp
opm/autodiff/SegmentedWellModel.cpp
opm/autodiff/SimulatorCompressibleAd.cpp
opm/autodiff/SimulatorFullyImplicitBlackoil.cpp
opm/autodiff/SimulatorIncompTwophaseAd.cpp
opm/autodiff/TransportSolverTwophaseAd.cpp
opm/autodiff/BlackoilPropsAdFromDeck.cpp
opm/autodiff/WellDensitySegmented.cpp
)
# originally generated with the command:
@@ -46,7 +46,7 @@ list (APPEND TEST_SOURCE_FILES
tests/test_span.cpp
tests/test_syntax.cpp
tests/test_scalar_mult.cpp
tests/test_segmentedwellmodel.cpp
tests/test_welldensitysegmented.cpp
)
list (APPEND TEST_DATA_FILES
@@ -84,9 +84,9 @@ list (APPEND PUBLIC_HEADER_FILES
opm/autodiff/GeoProps.hpp
opm/autodiff/ImpesTPFAAD.hpp
opm/autodiff/FullyImplicitBlackoilSolver.hpp
opm/autodiff/SegmentedWellModel.hpp
opm/autodiff/SimulatorCompressibleAd.hpp
opm/autodiff/SimulatorFullyImplicitBlackoil.hpp
opm/autodiff/SimulatorIncompTwophaseAd.hpp
opm/autodiff/TransportSolverTwophaseAd.hpp
opm/autodiff/WellDensitySegmented.hpp
)