summaryrefslogtreecommitdiffstats
path: root/tksao/frame/grid3d.C
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/frame/grid3d.C')
-rw-r--r--tksao/frame/grid3d.C22
1 files changed, 11 insertions, 11 deletions
diff --git a/tksao/frame/grid3d.C b/tksao/frame/grid3d.C
index 6850c2f..ef155c9 100644
--- a/tksao/frame/grid3d.C
+++ b/tksao/frame/grid3d.C
@@ -11,6 +11,17 @@ extern "C" {
#include "ast.h"
}
+extern Grid3dBase* astGrid3dPtr;
+
+Grid3d::Grid3d(Widget* p, Coord::CoordSystem sys, Coord::SkyFrame sky,
+ Coord::SkyFormat format, GridType t,
+ const char* o, const char* v)
+ : Grid(sys, sky, format, t, v), Grid3dBase(p,o)
+{}
+
+Grid3d::~Grid3d()
+{}
+
static FitsImage* foobar;
void bar(AstMapping* that, int npoint, int ncoord_in, const double* ptr_in[],
@@ -30,17 +41,6 @@ void bar(AstMapping* that, int npoint, int ncoord_in, const double* ptr_in[],
}
}
-extern Grid3dBase* astGrid3dPtr;
-
-Grid3d::Grid3d(Widget* p, Coord::CoordSystem sys, Coord::SkyFrame sky,
- Coord::SkyFormat format, GridType t,
- const char* o, const char* v)
- : Grid(sys, sky, format, t, v), Grid3dBase(p,o)
-{}
-
-Grid3d::~Grid3d()
-{}
-
int Grid3d::doit(RenderMode rm)
{
Frame3dBase* pp = (Frame3dBase*)parent_;