summaryrefslogtreecommitdiffstats
path: root/src/bltVector.C
diff options
context:
space:
mode:
authorjoye <joye>2013-09-05 18:34:07 (GMT)
committerjoye <joye>2013-09-05 18:34:07 (GMT)
commit4b75443ae0ecb64af6b782bea615182a0fb72faa (patch)
treeb20427ad90eabaad88a05c3fba1d88dd3ee2ac9f /src/bltVector.C
parentdb9a77f7616abf01af1e05b8ab68bc4865151743 (diff)
downloadblt-4b75443ae0ecb64af6b782bea615182a0fb72faa.zip
blt-4b75443ae0ecb64af6b782bea615182a0fb72faa.tar.gz
blt-4b75443ae0ecb64af6b782bea615182a0fb72faa.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltVector.C')
-rw-r--r--src/bltVector.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bltVector.C b/src/bltVector.C
index 5f2e8a5..f3ff1ac 100644
--- a/src/bltVector.C
+++ b/src/bltVector.C
@@ -1,4 +1,3 @@
-
/*
* bltVector.c --
*
@@ -42,6 +41,7 @@
* x notify reorder #1 #2
*/
+#include <assert.h>
#include <math.h>
#include <time.h>
@@ -49,7 +49,7 @@
#include "bltOp.h"
#include "bltNsUtil.h"
#include "bltSwitch.h"
-#include <bltMath.h>
+#include "bltMath.h"
#ifndef TCL_NAMESPACE_ONLY
#define TCL_NAMESPACE_ONLY TCL_GLOBAL_ONLY