summaryrefslogtreecommitdiffstats
path: root/tksao/frame/frmap.C
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-01-25 22:11:07 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-01-25 22:11:07 (GMT)
commit9b9d4cdc460a4fab20ce36cc53a79c3e42a6fdc5 (patch)
tree0faac6952671461652300224ce6ac51977ec8de2 /tksao/frame/frmap.C
parent36744276e0ab64178e6dbdcdff27507dba4c2e43 (diff)
downloadblt-9b9d4cdc460a4fab20ce36cc53a79c3e42a6fdc5.zip
blt-9b9d4cdc460a4fab20ce36cc53a79c3e42a6fdc5.tar.gz
blt-9b9d4cdc460a4fab20ce36cc53a79c3e42a6fdc5.tar.bz2
issue with 3d az_||el_ at 90deg
Diffstat (limited to 'tksao/frame/frmap.C')
-rw-r--r--tksao/frame/frmap.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/tksao/frame/frmap.C b/tksao/frame/frmap.C
index a305914..93f9b96 100644
--- a/tksao/frame/frmap.C
+++ b/tksao/frame/frmap.C
@@ -133,7 +133,8 @@ Vector FrameBase::mapFromRef(const Vector& vv, Coord::InternalSystem sys)
return vv * refToPanner;
case Coord::MAGNIFIER:
return vv * refToMagnifier;
- default:
+ case Coord::PS:
+ // should not happen
return Vector();
}
}