Skip to content
Snippets Groups Projects
Commit 3b96bff8 authored by Hamza Oukili's avatar Hamza Oukili
Browse files

Merge branch 'fix/tests-default-co2-table' into 'master'

[test] fix missed tests to use new default-co2-table

See merge request !3484
parents 95c1257a 33202c22
No related branches found
No related tags found
1 merge request!3484[test] fix missed tests to use new default-co2-table
Pipeline #29458 passed
......@@ -39,7 +39,7 @@
#include <dumux/material/binarycoefficients/n2_o2.hh>
#include <dumux/material/components/co2.hh>
#include <test/porousmediumflow/co2/co2tables.hh>
#include <dumux/material/components/defaultco2table.hh>
template<class Scalar, class BinaryCoefficients>
int checkBinaryCoefficients()
......
......@@ -61,9 +61,9 @@
#include <dumux/material/fluidstates/saturationoverlay.hh>
#include <dumux/material/fluidstates/temperatureoverlay.hh>
// for co2, include the tabulated co2 component and the tables of the co2 test
// for co2, include the tabulated co2 component and the default co2 table
#include <dumux/material/components/co2.hh>
#include <test/porousmediumflow/co2/co2tables.hh>
#include <dumux/material/components/defaultco2table.hh>
int main()
{
......
......@@ -36,6 +36,7 @@
#include <dumux/porousmediumflow/problem.hh>
#include <dumux/material/components/co2.hh>
#include <dumux/material/components/defaultco2table.hh>
#include <dumux/material/fluidsystems/brineco2.hh>
#include <dumux/multidomain/traits.hh>
......@@ -47,7 +48,6 @@
#include "problem_2p.hh"
#include "problem_poroelastic.hh"
#include "test/porousmediumflow/co2/co2tables.hh"
namespace Dumux::Properties {
......
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