Skip to content
Snippets Groups Projects
Commit 053dfd67 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[boxmodels] Remove convenience headers and the complete folder boxmodels

as it contained only deprecated headers.
(reviewed by bernd)


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10388 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 1539fe9d
No related branches found
No related tags found
No related merge requests found
Showing
with 11 additions and 76 deletions
......@@ -13,25 +13,7 @@ AC_CONFIG_FILES([dumux.pc
doc/doxygen/Makefile
doc/doxygen/Doxyfile
doc/handbook/Makefile
dumux/Makefile
dumux/boxmodels/Makefile
dumux/boxmodels/1p/Makefile
dumux/boxmodels/1p2c/Makefile
dumux/boxmodels/2p/Makefile
dumux/boxmodels/2p2c/Makefile
dumux/boxmodels/2p2cni/Makefile
dumux/boxmodels/2pni/Makefile
dumux/boxmodels/2pdfm/Makefile
dumux/boxmodels/3p3c/Makefile
dumux/boxmodels/3p3cni/Makefile
dumux/boxmodels/common/Makefile
dumux/boxmodels/co2/Makefile
dumux/boxmodels/co2ni/Makefile
dumux/boxmodels/mpnc/Makefile
dumux/boxmodels/mpnc/diffusion/Makefile
dumux/boxmodels/mpnc/energy/Makefile
dumux/boxmodels/mpnc/mass/Makefile
dumux/boxmodels/richards/Makefile
dumux/Makefile
dumux/common/Makefile
dumux/decoupled/Makefile
dumux/decoupled/1p/Makefile
......
SUBDIRS = boxmodels common decoupled freeflow implicit io linear material nonlinear parallel
SUBDIRS = \
common \
decoupled \
freeflow \
implicit \
io \
linear \
material \
nonlinear \
parallel
dumuxdir = $(includedir)/dumux
......
#warning This file is deprecated. Include dumux/implicit/1p/1pindices.hh instead.
#include <dumux/implicit/1p/1pindices.hh>
#warning This file is deprecated. Include dumux/implicit/1p/1plocalresidual.hh instead.
#include <dumux/implicit/1p/1plocalresidual.hh>
#warning This file is deprecated. Include dumux/implicit/1p/1pmodel.hh instead.
#include <dumux/implicit/1p/1pmodel.hh>
#warning This file is deprecated. Include dumux/implicit/1p/1pproperties.hh instead.
#include <dumux/implicit/1p/1pproperties.hh>
#warning This file is deprecated. Include dumux/implicit/1p/1ppropertydefaults.hh instead.
#include <dumux/implicit/1p/1ppropertydefaults.hh>
#warning This file is deprecated. Include dumux/implicit/1p/1pvolumevariables.hh instead.
#include <dumux/implicit/1p/1pvolumevariables.hh>
1pdir = $(includedir)/dumux/boxmodels/1p
1p_HEADERS = *.hh
include $(top_srcdir)/am/global-rules
#warning This file is deprecated. Include dumux/implicit/1p2c/1p2cfluxvariables.hh instead.
#include <dumux/implicit/1p2c/1p2cfluxvariables.hh>
#warning This file is deprecated. Include dumux/implicit/1p2c/1p2cindices.hh instead.
#include <dumux/implicit/1p2c/1p2cindices.hh>
#warning This file is deprecated. Include dumux/implicit/1p2c/1p2clocalresidual.hh instead.
#include <dumux/implicit/1p2c/1p2clocalresidual.hh>
#warning This file is deprecated. Include dumux/implicit/1p2c/1p2cmodel.hh instead.
#include <dumux/implicit/1p2c/1p2cmodel.hh>
#warning This file is deprecated. Include dumux/implicit/1p2c/1p2cproperties.hh instead.
#include <dumux/implicit/1p2c/1p2cproperties.hh>
#warning This file is deprecated. Include dumux/implicit/1p2c/1p2cpropertydefaults.hh instead.
#include <dumux/implicit/1p2c/1p2cpropertydefaults.hh>
#warning This file is deprecated. Include dumux/implicit/1p2c/1p2cvolumevariables.hh instead.
#include <dumux/implicit/1p2c/1p2cvolumevariables.hh>
1p2cdir = $(includedir)/dumux/boxmodels/1p2c
1p2c_HEADERS = *.hh
include $(top_srcdir)/am/global-rules
#warning This file is deprecated. Include dumux/implicit/2p/2pindices.hh instead.
#include <dumux/implicit/2p/2pindices.hh>
#warning This file is deprecated. Include dumux/implicit/2p/2plocalresidual.hh instead.
#include <dumux/implicit/2p/2plocalresidual.hh>
#warning This file is deprecated. Include dumux/implicit/2p/2pmodel.hh instead.
#include <dumux/implicit/2p/2pmodel.hh>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment