diff options
author | joye <joye> | 2014-04-24 17:08:51 (GMT) |
---|---|---|
committer | joye <joye> | 2014-04-24 17:08:51 (GMT) |
commit | 0014e6665f1d4bd3c4d7f5785169a433fec5d183 (patch) | |
tree | ebe67c9c370ac020531a8ec21502dcdd790ba39f /src/bltGrElemLine.C | |
parent | 68d967cac885dfbc261a5c69795c7ba87a71faa2 (diff) | |
download | blt-0014e6665f1d4bd3c4d7f5785169a433fec5d183.zip blt-0014e6665f1d4bd3c4d7f5785169a433fec5d183.tar.gz blt-0014e6665f1d4bd3c4d7f5785169a433fec5d183.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGrElemLine.C')
-rw-r--r-- | src/bltGrElemLine.C | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bltGrElemLine.C b/src/bltGrElemLine.C index 3ebcdfd..6974320 100644 --- a/src/bltGrElemLine.C +++ b/src/bltGrElemLine.C @@ -30,6 +30,10 @@ #include <float.h> #include <math.h> +extern "C" { +#include "bltInt.h" +}; + #include "bltGraph.h" #include "bltSpline.h" #include "bltGrElemLine.h" |