aboutsummaryrefslogtreecommitdiff
path: root/src/NuSurfacer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/NuSurfacer.c')
-rw-r--r--src/NuSurfacer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/NuSurfacer.c b/src/NuSurfacer.c
index c38c805..f7a0870 100644
--- a/src/NuSurfacer.c
+++ b/src/NuSurfacer.c
@@ -9,6 +9,9 @@
#include "CactusPUGH/PUGH/src/include/pugh.h"
#include "NuSurfacer.h"
+static const char *rcsid = "$Id$";
+CCTK_FILEVERSION(CactusPUGHIO_IsoSurfacer_NuSurfacer_c)
+
typedef int EDGE_LIST;
typedef struct {
EDGE_LIST edges[16];