summaryrefslogtreecommitdiffstats
path: root/src/bltChain.C
diff options
context:
space:
mode:
authorjoye <joye>2014-07-03 20:52:07 (GMT)
committerjoye <joye>2014-07-03 20:52:07 (GMT)
commit551ee12095b9cabfee787bb5ef59cce7d2ecb4df (patch)
tree7fb35d8e781de460945779055c3ac3b02de1bce9 /src/bltChain.C
parent4f7a2ece9c889c3e6ac5377f39a8757827e5323c (diff)
downloadblt-551ee12095b9cabfee787bb5ef59cce7d2ecb4df.zip
blt-551ee12095b9cabfee787bb5ef59cce7d2ecb4df.tar.gz
blt-551ee12095b9cabfee787bb5ef59cce7d2ecb4df.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltChain.C')
-rw-r--r--src/bltChain.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltChain.C b/src/bltChain.C
index fb747fe..6443671 100644
--- a/src/bltChain.C
+++ b/src/bltChain.C
@@ -36,7 +36,7 @@ extern "C" {
#ifndef ALIGN
#define ALIGN(a) \
(((size_t)a + (sizeof(double) - 1)) & (~(sizeof(double) - 1)))
-#endif /* ALIGN */
+#endif
typedef int (QSortCompareProc) (const void *, const void *);