summaryrefslogtreecommitdiffstats
path: root/tksao/frame/grid3d.h
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-12-06 20:03:56 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-12-06 20:03:56 (GMT)
commita4c5bcb94b1e026c29889233daf1c84c015a4a6d (patch)
tree3af8162bad31fea13b676374ed2ffafc06cf3f2e /tksao/frame/grid3d.h
parentf4c3792630280511326ab60c3bf79e30473cb6a7 (diff)
downloadblt-a4c5bcb94b1e026c29889233daf1c84c015a4a6d.zip
blt-a4c5bcb94b1e026c29889233daf1c84c015a4a6d.tar.gz
blt-a4c5bcb94b1e026c29889233daf1c84c015a4a6d.tar.bz2
update AST WCS
Diffstat (limited to 'tksao/frame/grid3d.h')
-rw-r--r--tksao/frame/grid3d.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tksao/frame/grid3d.h b/tksao/frame/grid3d.h
index 995132a..9a3341d 100644
--- a/tksao/frame/grid3d.h
+++ b/tksao/frame/grid3d.h
@@ -11,7 +11,11 @@
class Grid3d : public Grid, public Grid3dBase {
private:
+#ifndef NEWWCS
void* matrixMap(Matrix&, const char*);
+#else
+ void matrixMap(void*, Matrix3d&, const char*);
+#endif
int doit(RenderMode);
public: