Skip to content

Commit

Permalink
a typo of tab vs space
Browse files Browse the repository at this point in the history
  • Loading branch information
meihuisu committed Jan 19, 2025
1 parent fa05ca1 commit 0d0fec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycvm/elevation_horizontal_slice.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def getplotvals(self, mproperty="vs"):
data=data1d[0].tolist()
print("\nUsing --> "+self.datafile)

else:
else:
# Generate a list of points to pass to UCVM.
ucvmpoints = []
for y in xrange(0, self.num_y):
Expand Down

0 comments on commit 0d0fec6

Please sign in to comment.