aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@7daa882c-dc44-4453-834e-278d26b18e6a>2004-08-17 16:59:01 +0000
committergoodale <goodale@7daa882c-dc44-4453-834e-278d26b18e6a>2004-08-17 16:59:01 +0000
commit9f598c5a8ad78b24851f7ec46431404b7b5bd9b5 (patch)
tree775af9bb700f1618ee3ea4b0dec681cf4df6aa55
parent3c6cb4f892e4b0189a8ca878ec916593bd853575 (diff)
Adding semicolons after CCTK_FILEVERSION macros.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@11 7daa882c-dc44-4453-834e-278d26b18e6a
-rw-r--r--src/Reduction.c2
-rw-r--r--src/ReductionAvg.c2
-rw-r--r--src/ReductionCount.c2
-rw-r--r--src/ReductionMax.c2
-rw-r--r--src/ReductionMin.c2
-rw-r--r--src/ReductionNorm1.c2
-rw-r--r--src/ReductionNorm2.c2
-rw-r--r--src/ReductionNorm3.c2
-rw-r--r--src/ReductionNorm4.c2
-rw-r--r--src/ReductionNormInf.c2
-rw-r--r--src/ReductionSum.c2
-rw-r--r--src/Startup.c2
12 files changed, 12 insertions, 12 deletions
diff --git a/src/Reduction.c b/src/Reduction.c
index c97d078..c42c62b 100644
--- a/src/Reduction.c
+++ b/src/Reduction.c
@@ -14,7 +14,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(CCTDevelopment_LocalReduce_Reduction_c)
+CCTK_FILEVERSION(CCTDevelopment_LocalReduce_Reduction_c);
/********************************************************************
********************* Local Routine Prototypes *********************
diff --git a/src/ReductionAvg.c b/src/ReductionAvg.c
index e08fdc2..20ec780 100644
--- a/src/ReductionAvg.c
+++ b/src/ReductionAvg.c
@@ -16,7 +16,7 @@
static const char *rcsid = "$Id$";
-CCTK_FILEVERSION(CCTDevelopment_LocalReduce_ReductionAvg_c)
+CCTK_FILEVERSION(CCTDevelopment_LocalReduce_ReductionAvg_c);
/* local function prototypes */
static int ReductionAvg (int num_dims,
diff --git a/src/ReductionCount.c b/src/ReductionCount.c
index bdcc2ef..f774244 100644
--- a/src/ReductionCount.c
+++ b/src/ReductionCount.c
@@ -16,7 +16,7 @@
static const char *rcsid = "$Id$";
-CCTK_FILEVERSION(CCTDevelopment_LocalReduce_ReductionCount_c)
+CCTK_FILEVERSION(CCTDevelopment_LocalReduce_ReductionCount_c);
/* local function prototypes */
static int ReductionCount (int num_dims,
diff --git a/src/ReductionMax.c b/src/ReductionMax.c
index bb91efa..bd77a4b 100644
--- a/src/ReductionMax.c
+++ b/src/ReductionMax.c
@@ -17,7 +17,7 @@
static const char *rcsid = "$Id$";
-CCTK_FILEVERSION(CCTDevelopment_LocalReduce_ReductionMax_c)
+CCTK_FILEVERSION(CCTDevelopment_LocalReduce_ReductionMax_c);
/* local function prototypes */
static int ReductionMaxVal (int num_dims,
diff --git a/src/ReductionMin.c b/src/ReductionMin.c
index 20c2712..c02fa31 100644
--- a/src/ReductionMin.c
+++ b/src/ReductionMin.c
@@ -17,7 +17,7 @@
static const char *rcsid = "$Id$";
-CCTK_FILEVERSION(CCTDevelopment_LocalReduce_ReductionMin_c)
+CCTK_FILEVERSION(CCTDevelopment_LocalReduce_ReductionMin_c);
/* local function prototypes */
static int ReductionMinVal (int num_dims,
diff --git a/src/ReductionNorm1.c b/src/ReductionNorm1.c
index 358b5cb..15ab6a1 100644
--- a/src/ReductionNorm1.c
+++ b/src/ReductionNorm1.c
@@ -17,7 +17,7 @@
static const char *rcsid = "$Id$";
-CCTK_FILEVERSION(CCTDevelopment_LocalReduce_ReductionNorm1_c)
+CCTK_FILEVERSION(CCTDevelopment_LocalReduce_ReductionNorm1_c);
/* local function prototypes */
static int ReductionNorm1 (int num_dims,
diff --git a/src/ReductionNorm2.c b/src/ReductionNorm2.c
index 2df1480..1371fd3 100644
--- a/src/ReductionNorm2.c
+++ b/src/ReductionNorm2.c
@@ -18,7 +18,7 @@
static const char *rcsid = "$Id$";
-CCTK_FILEVERSION(CCTDevelopment_LocalReduce_ReductionNorm2_c)
+CCTK_FILEVERSION(CCTDevelopment_LocalReduce_ReductionNorm2_c);
/* local function prototypes */
static int ReductionNorm2 (int num_dims,
diff --git a/src/ReductionNorm3.c b/src/ReductionNorm3.c
index 9aa4cdc..5074824 100644
--- a/src/ReductionNorm3.c
+++ b/src/ReductionNorm3.c
@@ -18,7 +18,7 @@
static const char *rcsid = "$Id$";
-CCTK_FILEVERSION(CCTDevelopment_LocalReduce_ReductionNorm3_c)
+CCTK_FILEVERSION(CCTDevelopment_LocalReduce_ReductionNorm3_c);
/* local function prototypes */
static int ReductionNorm3 (int num_dims,
diff --git a/src/ReductionNorm4.c b/src/ReductionNorm4.c
index c60b69e..1179e13 100644
--- a/src/ReductionNorm4.c
+++ b/src/ReductionNorm4.c
@@ -18,7 +18,7 @@
static const char *rcsid = "$Id$";
-CCTK_FILEVERSION(CCTDevelopment_LocalReduce_ReductionNorm4_c)
+CCTK_FILEVERSION(CCTDevelopment_LocalReduce_ReductionNorm4_c);
/* local function prototypes */
static int ReductionNorm4 (int num_dims,
diff --git a/src/ReductionNormInf.c b/src/ReductionNormInf.c
index 269c21a..6a9b8a9 100644
--- a/src/ReductionNormInf.c
+++ b/src/ReductionNormInf.c
@@ -18,7 +18,7 @@
static const char *rcsid = "$Header$";
-CCTK_FILEVERSION(CCTDevelopment_LocalReduce_ReductionNormInf_c)
+CCTK_FILEVERSION(CCTDevelopment_LocalReduce_ReductionNormInf_c);
/* local function prototypes */
static int ReductionNormInf (int num_dims,
diff --git a/src/ReductionSum.c b/src/ReductionSum.c
index dad70d5..b795f02 100644
--- a/src/ReductionSum.c
+++ b/src/ReductionSum.c
@@ -17,7 +17,7 @@
static const char *rcsid = "$Id$";
-CCTK_FILEVERSION(CCTDevelopment_LocalReduce_ReductionSum_c)
+CCTK_FILEVERSION(CCTDevelopment_LocalReduce_ReductionSum_c);
/* local function prototypes */
static int ReductionSum (int num_dims,
diff --git a/src/Startup.c b/src/Startup.c
index 225eea2..d182833 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -13,7 +13,7 @@
static const char *rcsid="$Id$";
-CCTK_FILEVERSION(CactusBase_LocalReduce_Startup_c)
+CCTK_FILEVERSION(CactusBase_LocalReduce_Startup_c);
/* prototypes of routines defined in this source file */