Skip to content

Commit 58dec73

Browse files
committed
Remove remaining merge conflict
1 parent e439c52 commit 58dec73

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Packages/DV3D/RectilinearGridPlot.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,12 @@
33
44
@author: tpmaxwel
55
'''
6-
<<<<<<< HEAD
76

87
import sys, vtk, cdms2, traceback, os, cdtime, math
98
from ColorMapManager import *
109
from Shapefile import shapeFileReader
1110
#from ImagePlaneAxisAlignedWidget import *
12-
=======
1311

14-
import sys, vtk, cdms2, traceback, os, cdtime, math
15-
from ColorMapManager import *
16-
from Shapefile import shapeFileReader
17-
>>>>>>> master
1812
from ImagePlaneWidget import *
1913
from StructuredGridPlot import *
2014
from StructuredDataset import *
@@ -1834,7 +1828,7 @@ def scaleColormap( self, constituent, ctf_data, cmap_index=0, **args ):
18341828
imageRange = self.getImageValues( ctfRange, cmap_index )
18351829
# print " ********************** scaleColormap[%s]: " % ( constituent ), str( imageRange), str( ctfRange )
18361830
colormapManager.setScale( imageRange, ctfRange )
1837-
if self.enableContourOverlays and self.contourLineMapperer is not None:
1831+
if self.enableContourOverlays and self.contourLineMapperer is not None:
18381832
self.contourLineMapperer.Modified()
18391833
if constituent == 'Slice':
18401834
self.updatingColormap( cmap_index, colormapManager )

0 commit comments

Comments
 (0)