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
parent 35321b9825
commit 8fd9168dd1

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>