Remove hack for Python 3D testing
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user