diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-12-07 23:02:19 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-12-07 23:02:19 (GMT) |
commit | 3be6c8a5b52ca9d8d19c92c568d8f01567147d6e (patch) | |
tree | 2cfd8004dc43646252b3828cc3c7a52d052cfb7b /tksao | |
parent | fd5cd9eafde5b023f3a8944d6d83745565d6993d (diff) | |
download | blt-3be6c8a5b52ca9d8d19c92c568d8f01567147d6e.zip blt-3be6c8a5b52ca9d8d19c92c568d8f01567147d6e.tar.gz blt-3be6c8a5b52ca9d8d19c92c568d8f01567147d6e.tar.bz2 |
update AST WCS
Diffstat (limited to 'tksao')
-rw-r--r-- | tksao/frame/grid3d.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/frame/grid3d.C b/tksao/frame/grid3d.C index 44e3b8b..4436a01 100644 --- a/tksao/frame/grid3d.C +++ b/tksao/frame/grid3d.C @@ -156,7 +156,7 @@ int Grid3d::doit(RenderMode rm) int id = astGetI(ast,"Current"); int nf = astGetI(frameSet,"NFrame"); astInvert(ast); - astAddFrame(frameSet, AST__CURRENT, astUnitMap(2,""), ast); + astAddFrame(frameSet, AST__CURRENT, astUnitMap(3,""), ast); astSetI(frameSet,"Current",id+nf); } } |