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:
parent
acad3a560e
commit
5ad08b3843
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user