Remove hack for Python 3D testing

This commit is contained in:
Joakim Hove
2020-02-17 10:48:20 +01:00
parent b3601c7357
commit 89cf50e0d5

View File

@@ -45,21 +45,6 @@
namespace Opm {
/*
This Function is used in Python to check if the
ENABBLE_3DPROPS_TESTING macro has been set.
*/
#ifdef ENABLE_3DPROPS_TESTING
bool enable3DPropsTesting() {
return true;
}
#else
bool enable3DPropsTesting() {
return false;
}
#endif