summaryrefslogtreecommitdiffstats
path: root/tksao/frame/line.C
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-01-12 18:23:23 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-01-12 18:23:23 (GMT)
commit8142cb4cc65d4501fdcd8c948986cff3e9d45036 (patch)
treebf0ff25aa9975b5c0d58567caa5c5fbcab600d5d /tksao/frame/line.C
parent10e68f58b7f7d74c4ba02cb0561e2c1d59f6d92b (diff)
downloadblt-8142cb4cc65d4501fdcd8c948986cff3e9d45036.zip
blt-8142cb4cc65d4501fdcd8c948986cff3e9d45036.tar.gz
blt-8142cb4cc65d4501fdcd8c948986cff3e9d45036.tar.bz2
add precision command tests
Diffstat (limited to 'tksao/frame/line.C')
-rw-r--r--tksao/frame/line.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/frame/line.C b/tksao/frame/line.C
index 9f394ce..c38a5af 100644
--- a/tksao/frame/line.C
+++ b/tksao/frame/line.C
@@ -279,7 +279,7 @@ void Line::listSAOtng(ostream& str, Coord::CoordSystem sys, Coord::SkyFrame sky,
{
Vector v1 = ptr->mapFromRef(p1,Coord::IMAGE);
Vector v2 = ptr->mapFromRef(p2,Coord::IMAGE);
- str << type_ << '(' << setprecision(parent->precLinear)
+ str << type_ << '(' << setprecision(parent->precLinear_)
<< v1 << ',' << v2 << ')';
}
break;