aboutsummaryrefslogtreecommitdiff
path: root/src/WriteIsosurface.c
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2000-10-12 12:07:33 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2000-10-12 12:07:33 +0000
commit1f56ad69714215149c2a78143e18997c7fdfb2fc (patch)
tree59cef723b4dcdc4454bb4c44aa62f4e7b01b1f0d /src/WriteIsosurface.c
parent3e71e6e2bc1974c55b553d13bb893c1b9634856a (diff)
Moved a lot of code into IOHDF5Util and inherit from this thorn.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@25 4825ed28-b72c-4eae-9704-e50c059e567d
Diffstat (limited to 'src/WriteIsosurface.c')
-rw-r--r--src/WriteIsosurface.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/WriteIsosurface.c b/src/WriteIsosurface.c
index db0171a..68c8e15 100644
--- a/src/WriteIsosurface.c
+++ b/src/WriteIsosurface.c
@@ -3,10 +3,9 @@
@date Sat Mar 25 2000
@author Thomas Radke
@desc
- HDF5 output routine for isosurfaces
+ Output routine for isosurfaces in HDF5 fiber bundle format.
@enddesc
- @history
- @hendhistory
+ @version $Id$
@@*/
@@ -16,6 +15,11 @@
#include "cctk.h"
#include "ioHDF5GH.h"
+/* the rcs ID and its dummy funtion to use it */
+static char *rcsid = "$Id$";
+CCTK_FILEVERSION(AlphaThorns_IOHDF5_WriteIsosurface_c)
+
+
#define SOCKET_URL_PREFIX "sock://"
#define SOCKET_URL_PREFIX_LEN (sizeof (SOCKET_URL_PREFIX) - 1)