summaryrefslogtreecommitdiffstats
path: root/tksao
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-12-05 20:56:25 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-12-05 20:56:25 (GMT)
commit1e73f87cdce20222b649edf55645f0a4ac8fedb1 (patch)
treeaaa3cf00e0485068404c44d7d80c9208c8ced871 /tksao
parent0eb19159c0786ed528d9eab43b56025da1770dbb (diff)
downloadblt-1e73f87cdce20222b649edf55645f0a4ac8fedb1.zip
blt-1e73f87cdce20222b649edf55645f0a4ac8fedb1.tar.gz
blt-1e73f87cdce20222b649edf55645f0a4ac8fedb1.tar.bz2
update AST WCS
Diffstat (limited to 'tksao')
-rw-r--r--tksao/frame/grid3d.C2
-rw-r--r--tksao/frame/grid3d.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tksao/frame/grid3d.C b/tksao/frame/grid3d.C
index d3c966a..ec7107c 100644
--- a/tksao/frame/grid3d.C
+++ b/tksao/frame/grid3d.C
@@ -329,7 +329,7 @@ int Grid3d::doit(RenderMode rm)
return 1;
}
-void* Grid3d::matrixMap(Matrix3d& mx, const char* str)
+void* Grid3d::matrixMap(Matrix& mx, const char* str)
{
/*
double ss[] = {mx.matrix(0,0),mx.matrix(1,0),
diff --git a/tksao/frame/grid3d.h b/tksao/frame/grid3d.h
index 628794d..995132a 100644
--- a/tksao/frame/grid3d.h
+++ b/tksao/frame/grid3d.h
@@ -11,7 +11,7 @@
class Grid3d : public Grid, public Grid3dBase {
private:
- void* matrixMap(Matrix3d&, const char*);
+ void* matrixMap(Matrix&, const char*);
int doit(RenderMode);
public: