You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
255 B
12 lines
255 B
8 years ago
|
# Description: Coord tests. Must passed.
|
||
|
# Status: ok
|
||
|
# Output hash: 1a1ca4aba24d0fe39407eef250167aca5c21373722f5f2a9bd6495cee34abaf2
|
||
|
@use "gmt"
|
||
|
|
||
|
a=Coord("10:30:18");
|
||
|
b=Coord(10.5);
|
||
|
c=Coord(":10:10");
|
||
|
d=Coord("-0:15:18");
|
||
|
|
||
|
print(a,a.n,b,b.n,c,c.n,d,d.n);
|