From 4a5822e6376a06dbe7d824481a0440dd8cd1a360 Mon Sep 17 00:00:00 2001 From: allen Date: Mon, 18 Oct 1999 11:39:18 +0000 Subject: Changing #define to name of file git-svn-id: http://svn.cactuscode.org/flesh/trunk@1057 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/cctk_Interp.h | 4 ++-- src/include/cctk_Reduction.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/include') 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" { -- cgit v1.2.3