diff options
Diffstat (limited to 'tksao/frame/ciaoparser.Y')
-rw-r--r-- | tksao/frame/ciaoparser.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/frame/ciaoparser.Y b/tksao/frame/ciaoparser.Y index f45860d..8c1b789 100644 --- a/tksao/frame/ciaoparser.Y +++ b/tksao/frame/ciaoparser.Y @@ -144,7 +144,7 @@ init: { } ; -angle : numeric {$$ = degToRad($1);} +angle : numeric {$$ = zeroTWOPI(degToRad($1));} ; value : numeric {$$ = FITSPTR->mapLenToRef($1, Coord::PHYSICAL);} |