Skip to content

Commit

Permalink
Change tabs to spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
ketch committed Dec 20, 2016
1 parent 232ce48 commit b62db36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/old_dtopotools.py
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ def plot_subfaults(subfaults, plot_centerline=False, slip_color=False, \
if cmin_slip is None:
cmin_slip = 0.
if test_random:
print("*** test_random == True so slip and rake have been randomized")
print("*** test_random == True so slip and rake have been randomized")

y_ave = 0.
for subfault in subfaults:
Expand Down Expand Up @@ -1419,4 +1419,4 @@ def set_geometry(subfault):
cmd = "geometry['%s'] = %s" % (param,eval(param))
exec(cmd)

return geometry
return geometry

0 comments on commit b62db36

Please sign in to comment.