Skip to content
Snippets Groups Projects
Commit 6c386da0 authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[2p2c] remove implicit folder level

parent b2ecbc60
No related branches found
No related tags found
1 merge request!617[WIP] Next
add_subdirectory("implicit")
add_subdirectory("sequential")
#install headers
install(FILES
indices.hh
model.hh
primaryvariableswitch.hh
volumevariables.hh
vtkoutputfields.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/porousmediumflow/2p2c/implicit)
#install headers
install(FILES
indices.hh
model.hh
primaryvariableswitch.hh
volumevariables.hh
vtkoutputfields.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/porousmediumflow/2p2c/implicit)
......@@ -25,7 +25,7 @@
#define DUMUX_TWOP_TWOC_CO2_MODEL_HH
#include <dumux/common/properties.hh>
#include <dumux/porousmediumflow/2p2c/implicit/model.hh>
#include <dumux/porousmediumflow/2p2c/model.hh>
#include "primaryvariableswitch.hh"
#include "volumevariables.hh"
......
......@@ -26,7 +26,7 @@
#define DUMUX_CO2_VOLUME_VARIABLES_HH
#include <dumux/common/properties.hh>
#include <dumux/porousmediumflow/2p2c/implicit/volumevariables.hh>
#include <dumux/porousmediumflow/2p2c/volumevariables.hh>
namespace Dumux
{
......
......@@ -29,7 +29,7 @@
#include <dumux/discretization/box/properties.hh>
#include <dumux/porousmediumflow/problem.hh>
#include <dumux/porousmediumflow/2p2c/implicit/model.hh>
#include <dumux/porousmediumflow/2p2c/model.hh>
#include <dumux/material/fluidsystems/h2on2.hh>
#include "injectionspatialparams.hh"
......
......@@ -31,7 +31,7 @@
#include <dumux/material/components/n2.hh>
#include <dumux/material/fluidsystems/h2on2.hh>
#include <dumux/porousmediumflow/2p2c/implicit/model.hh>
#include <dumux/porousmediumflow/2p2c/model.hh>
#include <dumux/porousmediumflow/problem.hh>
#include "waterairspatialparams.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