From 15674ea38e422c0019080da2f2efc8ab5ae02a9a Mon Sep 17 00:00:00 2001 From: allen Date: Sat, 5 May 2001 23:41:23 +0000 Subject: Fixing FILEVERSION stuff git-svn-id: http://svn.cactuscode.org/flesh/trunk@2148 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/IO/FortranBindingsIO.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/IO') diff --git a/src/IO/FortranBindingsIO.c b/src/IO/FortranBindingsIO.c index 1fe6aae7..5002308f 100644 --- a/src/IO/FortranBindingsIO.c +++ b/src/IO/FortranBindingsIO.c @@ -13,6 +13,10 @@ #include "cctk_IO.h" #include "cctk_IOMethods.h" +static char *rcsid = "$Header$"; + +CCTK_FILEVERSION(IO_FortranBindingsIO_c) + void CCTK_FCALL CCTK_FNAME(CCTK_OutputGH) (int *istat,cGH *GH) { -- cgit v1.2.3