Update test program to find opm-core.

Used classes were moved to opm-grid.
This commit is contained in:
Atgeirr Flø Rasmussen
2016-11-29 13:19:56 +01:00
parent 5a706c635e
commit bfeef48fbd
+7 -6
View File
@@ -30,12 +30,13 @@ find_opm_package (
""
# test program
"#include <opm/core/grid.h>
int main (void) {
struct UnstructuredGrid *g;
g = create_grid_empty ();
destroy_grid (g);
return 0;
"
#include <opm/core/utility/parameters/ParameterGroup.hpp>
int main()
{
Opm::parameter::ParameterGroup parameters;
parameters.insertParameter("number", "7");
return 0;
}
"
# config variables