Skip to content

Commit 0d0fec6

Browse files
author
meihuisu
committed
a typo of tab vs space
1 parent fa05ca1 commit 0d0fec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycvm/elevation_horizontal_slice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def getplotvals(self, mproperty="vs"):
151151
data=data1d[0].tolist()
152152
print("\nUsing --> "+self.datafile)
153153

154-
else:
154+
else:
155155
# Generate a list of points to pass to UCVM.
156156
ucvmpoints = []
157157
for y in xrange(0, self.num_y):

0 commit comments

Comments
 (0)