included liquidphase.hh in tutorialproblem_decoupled

include added

   - liquidphase.hh now has to be included in 2p problems -> file in
     new_material/fluidsystems splitted!
This commit is contained in:
Bernd Flemisch 2010-06-22 07:02:51 +00:00 committed by Andreas Lauser
parent 54c9450f6e
commit 627ed018e4

View File

@ -27,12 +27,13 @@
#include <dumux/new_material/components/h2o.hh>
#include <dumux/new_material/components/oil.hh>
#include <dumux/new_material/fluidsystems/liquidphase.hh>
#include <dumux/new_decoupled/2p/impes/impesproblem2p.hh>
#include <dumux/new_decoupled/2p/diffusion/fv/fvvelocity2p.hh>
#include <dumux/new_decoupled/2p/transport/fv/fvsaturation2p.hh>
#include <dumux/new_decoupled/2p/transport/fv/capillarydiffusion.hh>
#include <dumux/new_decoupled/2p/transport/fv/gravitypart.hh>
#include <dumux/decoupled/2p/impes/impesproblem2p.hh>
#include <dumux/decoupled/2p/diffusion/fv/fvvelocity2p.hh>
#include <dumux/decoupled/2p/transport/fv/fvsaturation2p.hh>
#include <dumux/decoupled/2p/transport/fv/capillarydiffusion.hh>
#include <dumux/decoupled/2p/transport/fv/gravitypart.hh>
#include "tutorialspatialparameters_decoupled.hh"