summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoye <joye>2014-04-24 19:12:12 (GMT)
committerjoye <joye>2014-04-24 19:12:12 (GMT)
commitb5129571be4fbb24d732be7c321e26d2a94bf150 (patch)
tree4bf04d150120f8f13f2814a6ef12c297d9054b86
parent012bb5a056c9addc708d988016dd86d1f694b6c9 (diff)
downloadblt-b5129571be4fbb24d732be7c321e26d2a94bf150.zip
blt-b5129571be4fbb24d732be7c321e26d2a94bf150.tar.gz
blt-b5129571be4fbb24d732be7c321e26d2a94bf150.tar.bz2
*** empty log message ***
-rw-r--r--src/bltGrElemLineSpline.C3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bltGrElemLineSpline.C b/src/bltGrElemLineSpline.C
index 4396f71..dc787e5 100644
--- a/src/bltGrElemLineSpline.C
+++ b/src/bltGrElemLineSpline.C
@@ -35,9 +35,6 @@
#include "bltSpline.h"
-typedef int (SplineProc)(Point2d origPts[], int nOrigPts, Point2d intpPts[],
- int nIntpPts);
-
typedef double TriDiagonalMatrix[3];
typedef struct {
double b, c, d;