Skip to content
Snippets Groups Projects
Commit 2d1c417c authored by Hamza Oukili's avatar Hamza Oukili
Browse files

Remove unnecessary define UGGRID 0

parent c2d8ad46
1 merge request!3473Remove unnecessary define UGGRID 0
Checking pipeline status
......@@ -22,13 +22,6 @@
* \brief Test for the two-phase porous medium flow model on a cornerpoint grid.
*/
#include <config.h>
// As of versions Opm 2018.04 and Dune 2.6, using opm-grid and dune-uggrid
// together results in a compiler error. The following lines enforce that
// dune-uggrid isn't considered.
#if HAVE_DUNE_UGGRID
#undef HAVE_DUNE_UGGRID
#define HAVE_DUNE_UGGRID 0
#endif
#include <iostream>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment