summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-18 11:39:18 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-18 11:39:18 +0000
commit4a5822e6376a06dbe7d824481a0440dd8cd1a360 (patch)
treece69cd980fdd104c06193cf5ea4a056ee66e3aed /src/include
parent560a698bca0d5584f8e131720cf4863488d571b9 (diff)
Changing #define to name of file
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1057 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include')
-rw-r--r--src/include/cctk_Interp.h4
-rw-r--r--src/include/cctk_Reduction.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/include/cctk_Interp.h b/src/include/cctk_Interp.h
index f3398741..376021d0 100644
--- a/src/include/cctk_Interp.h
+++ b/src/include/cctk_Interp.h
@@ -13,8 +13,8 @@
@@*/
-#ifndef _INTERP_H_
-#define _INTERP_H_
+#ifndef _CCTK_INTERP_H_
+#define _CCTK_INTERP_H_
#ifdef __cplusplus
extern "C" {
diff --git a/src/include/cctk_Reduction.h b/src/include/cctk_Reduction.h
index 3896a00a..7cb83153 100644
--- a/src/include/cctk_Reduction.h
+++ b/src/include/cctk_Reduction.h
@@ -10,8 +10,8 @@
/* $Id$ */
-#ifndef _REDUCTION_H_
-#define _REDUCTION_H_
+#ifndef _CCTK_REDUCTION_H_
+#define _CCTK_REDUCTION_H_
#ifdef __cplusplus
extern "C" {