Skip to content

Commit

Permalink
Merge pull request #3 from phn/master
Browse files Browse the repository at this point in the history
Leap second for 2012 July 1.  Thanks Prasanth!
  • Loading branch information
scottransom committed Feb 2, 2012
2 parents 97cfc40 + f895848 commit 6663ead
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dat.f
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ DOUBLE PRECISION FUNCTION sla_DAT (UTC)
* preamble comments appropriately. * * preamble comments appropriately. *
* - - - - - - - - - - - - - - - - - - - - - - * * - - - - - - - - - - - - - - - - - - - - - - *


* 2012 July 1
ELSE IF (UTC.GE.56109D0) THEN
DT=35D0

* 2009 January 1 * 2009 January 1
ELSE IF (UTC.GE.54832D0) THEN ELSE IF (UTC.GE.54832D0) THEN
DT=34D0 DT=34D0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
if __name__ == "__main__": if __name__ == "__main__":
setup(name = 'pySLALIB', setup(name = 'pySLALIB',
description = "f2py and numpy based wrappers for SLALIB", description = "f2py and numpy based wrappers for SLALIB",
version = "1.0.2dev", version = "1.0.3",
author = "Scott Ransom", author = "Scott Ransom",
author_email = "sransom@nrao.edu", author_email = "sransom@nrao.edu",
packages = ['pyslalib'], packages = ['pyslalib'],
Expand Down

0 comments on commit 6663ead

Please sign in to comment.