summaryrefslogtreecommitdiffstats
path: root/src/bltGrElemLineSpline.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltGrElemLineSpline.C')
-rw-r--r--src/bltGrElemLineSpline.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bltGrElemLineSpline.C b/src/bltGrElemLineSpline.C
index 982ca89..5b9f365 100644
--- a/src/bltGrElemLineSpline.C
+++ b/src/bltGrElemLineSpline.C
@@ -35,10 +35,11 @@
extern "C" {
#include "bltInt.h"
-#include "bltSpline.h"
#include "bltOp.h"
};
+#include "bltSpline.h"
+
typedef int (SplineProc)(Point2d origPts[], int nOrigPts, Point2d intpPts[],
int nIntpPts);