Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
antik
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Sébastien Villemot
antik
Commits
004db63d
Commit
004db63d
authored
Apr 23, 2015
by
Liam M. Healy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Load science-data for EOP
parent
24dff6bc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
date-time/ut1.lisp
date-time/ut1.lisp
+4
-4
No files found.
date-time/ut1.lisp
View file @
004db63d
;; UT1 timescale
;; Liam Healy 2015-01-03 11:13:34EST ut1.lisp
;; Time-stamp: <2015-0
1-03 12:42:37ES
T ut1.lisp>
;; Time-stamp: <2015-0
4-23 17:06:59ED
T ut1.lisp>
;; Copyright 2011, 2013, 2014, 2015 Liam M. Healy
;; Distributed under the terms of the GNU General Public License
...
...
@@ -44,10 +44,10 @@
(
unless
*eop-data-fetch*
#+
quicklisp
(
progn
(
cerror
"Load
drakma"
"To fetch earth orientation data, drakm
a system needs to be loaded."
)
(
ql:quickload
"
drakm
a"
))
(
cerror
"Load
science-data"
"To fetch earth orientation data, science-dat
a system needs to be loaded."
)
(
ql:quickload
"
science-dat
a"
))
#-
quicklisp
(
error
"To fetch earth orientation data,
drakm
a system needs to be loaded."
))
(
error
"To fetch earth orientation data,
science-dat
a system needs to be loaded."
))
(
let
((
eop-data
(
funcall
*eop-data-fetch*
)))
(
unless
(
and
(
>
(
length
eop-data
)
10000
)
(
equal
(
subseq
eop-data
0
2
)
"73"
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment