diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-12-07 17:20:25 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-12-07 17:20:25 (GMT) |
commit | 9367e14e15fd464dfba4d7b3c0b12a465a3fb7fa (patch) | |
tree | aa0e98ef3f2f4ff18973573cb6510a36fc4e839c /tksao/frame/context.C | |
parent | 2f5695622e220288cbedd78763d79d86bf8688cd (diff) | |
download | blt-9367e14e15fd464dfba4d7b3c0b12a465a3fb7fa.zip blt-9367e14e15fd464dfba4d7b3c0b12a465a3fb7fa.tar.gz blt-9367e14e15fd464dfba4d7b3c0b12a465a3fb7fa.tar.bz2 |
merge contour parsers
Diffstat (limited to 'tksao/frame/context.C')
-rw-r--r-- | tksao/frame/context.C | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tksao/frame/context.C b/tksao/frame/context.C index 7ea5c43..b2f384b 100644 --- a/tksao/frame/context.C +++ b/tksao/frame/context.C @@ -498,6 +498,9 @@ void Context::contourLoadAux(istream& str, Coord::CoordSystem sys, Coord::SkyFrame sky, const char* color, int width, int dash) { + contourLoadAux(str); + return; + if (!cfits) return; |