Change Find-output test source code

opm-output is about to remove the OutputWriter.hpp header, which means
this test program will break. Wells.hpp and default-constructed
data::Rates is a better fit for the future.
This commit is contained in:
Jørgen Kvalsvik 2016-06-13 09:44:37 +02:00
parent acad3a560e
commit 5ad08b3843

View File

@ -30,9 +30,10 @@ find_opm_package (
""
# test program
"#include <opm/output/OutputWriter.hpp>
"#include <opm/output/Wells.hpp>
int main (void) {
return 0;
Opm::data::Rates r;
return 0;
}
"
# config variables