adding includes files to test_components

But many components do not have the criticalVolume and acentricFactor
defined. So test_components does not compile.
This commit is contained in:
Kai Bao 2022-06-24 00:30:55 +02:00 committed by Trine Mykkeltvedt
parent 30839ee32b
commit 6f001d8792

View File

@ -53,6 +53,9 @@
#include <opm/material/components/Xylene.hpp>
#include <opm/material/components/Air.hpp>
#include <opm/material/components/SimpleCO2.hpp>
#include <opm/material/components/C1.hpp>
#include <opm/material/components/C10.hpp>
#include <opm/material/components/H2.hpp>
#include <opm/material/common/UniformTabulated2DFunction.hpp>