From f949ed103f25ddc51563f183bb941e993cba109f Mon Sep 17 00:00:00 2001 From: schnetter Date: Sun, 4 Jan 2004 22:32:25 +0000 Subject: Add cvs Header and include guard. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/Constants/trunk@3 e464a08b-0e4f-0410-9853-9e08ab54b382 --- Constants/src/constants.h | 3 +++ src/constants.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/Constants/src/constants.h b/Constants/src/constants.h index 8eea227..0493804 100644 --- a/Constants/src/constants.h +++ b/Constants/src/constants.h @@ -1,4 +1,7 @@ +/* $Header$ */ + #ifndef CONSTANTS_H +#define CONSTANTS_H #ifdef CCODE #define CONSTANT_c_SI 2.99792458e8 diff --git a/src/constants.h b/src/constants.h index 8eea227..0493804 100644 --- a/src/constants.h +++ b/src/constants.h @@ -1,4 +1,7 @@ +/* $Header$ */ + #ifndef CONSTANTS_H +#define CONSTANTS_H #ifdef CCODE #define CONSTANT_c_SI 2.99792458e8 -- cgit v1.2.3