aboutsummaryrefslogtreecommitdiff
path: root/src/IsoSurfacer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/IsoSurfacer.c')
-rw-r--r--src/IsoSurfacer.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/IsoSurfacer.c b/src/IsoSurfacer.c
index a5837c6..6da43c7 100644
--- a/src/IsoSurfacer.c
+++ b/src/IsoSurfacer.c
@@ -27,6 +27,10 @@
#include "IsoSurfacerGH.h"
#include "IsoSurfacerInit.h"
#include "NuSurfacer.h"
+
+static const char *rcsid = "$Id$";
+CCTK_FILEVERSION(CactusPUGHIO_IsoSurfacer_IsoSurfacer_c)
+
/* *******Some Macro Definitions *************/
#define NEW(n,what) ((what*)malloc((n)*sizeof(what)))
#define REALLOC(object,n,what) \