Skip to content

Commit

Permalink
Fix small syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alexprey committed Sep 21, 2017
1 parent b571a9a commit b18e118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysd/py_backend/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ def pulse_magnitude(magnitude, start, repeat_time=0):
else:
if abs((t - start) % repeat_time) < time_step:
return magnitude * time_step
else
else:
return 0


Expand Down

0 comments on commit b18e118

Please sign in to comment.