diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-08-07 20:32:28 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-08-07 20:32:28 (GMT) |
commit | a069cf444c440f480be3a3312cac820461949399 (patch) | |
tree | 4c68f4bef8aaf4b6aea25df68437d47130ac74a4 | |
parent | 2287408a3719bbae9f189b12d6fe7efa99225075 (diff) | |
download | blt-a069cf444c440f480be3a3312cac820461949399.zip blt-a069cf444c440f480be3a3312cac820461949399.tar.gz blt-a069cf444c440f480be3a3312cac820461949399.tar.bz2 |
ruler format spec
-rw-r--r-- | tksao/frame/ruler.C | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tksao/frame/ruler.C b/tksao/frame/ruler.C index 6bba9de..b82ea8f 100644 --- a/tksao/frame/ruler.C +++ b/tksao/frame/ruler.C @@ -527,9 +527,9 @@ void Ruler::list(ostream& str, Coord::CoordSystem sys, Coord::SkyFrame sky, coord.listCoordSystem(str, coordSystem, skyFrame, ptr); str << ' '; coord.listDistSystem(str, distSystem, distFormat, ptr); - if (*distSpec) - str << " format=" << distSpec; + str << " format={" << distSpec << "}"; + listProperties(str, 0); } } |