Skip to content

Commit

Permalink
fixed ZEROOFF procedure synthax
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingfrog81 committed Feb 5, 2016
1 parent 8d75c88 commit cf33b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/procedures.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def __call__(self, *args):
else:
raise ProcedureError("Procedure %s cannot be specialized" % self.name)

ZEROOFF = Procedure("ZEROOFF", 0, "\tazelOffsets=0.0d,0.0d\n\tradecOffsets=0.0d,0.0d\nlonlatOffsets=0.0d,0.0d\n", True)
ZEROOFF = Procedure("ZEROOFF", 0, "\tazelOffsets=0.0d,0.0d\n\tradecOffsets=0.0d,0.0d\n\tlonlatOffsets=0.0d,0.0d\n", True)
"""
Standard procedure used to put offsets to zero
"""
Expand Down

0 comments on commit cf33b43

Please sign in to comment.