mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Use resolution enum in contourmaps (#12113)
* Use resolution enum in contourmaps
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
// for more details.
|
||||
//
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
#pragma once
|
||||
|
||||
class RimContourMapResolutionTools
|
||||
{
|
||||
@@ -23,7 +24,7 @@ public:
|
||||
{
|
||||
EXTRA_FINE,
|
||||
FINE,
|
||||
BASE,
|
||||
NORMAL,
|
||||
COARSE,
|
||||
EXTRA_COARSE
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user