aboutsummaryrefslogtreecommitdiff
path: root/src/ParseGeometry.c
diff options
context:
space:
mode:
authortradke <tradke@eff87b29-5268-4891-90a3-a07138403961>2001-03-14 22:20:11 +0000
committertradke <tradke@eff87b29-5268-4891-90a3-a07138403961>2001-03-14 22:20:11 +0000
commit8c3be93be642f3bf509cefac553ce97d529f4b61 (patch)
tree46689e2c0eb50088c3b2515f9b637b25bd0b0040 /src/ParseGeometry.c
parent62135682b9b0ccf47aa0723475039b3d26803d30 (diff)
Omit the leading "./" in output filenames if output goes into the current
directory. This makes downloading such output files via the web interface nicer because they doen't have any special characters in it. Also fixed gcc warnings. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@36 eff87b29-5268-4891-90a3-a07138403961
Diffstat (limited to 'src/ParseGeometry.c')
-rw-r--r--src/ParseGeometry.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ParseGeometry.c b/src/ParseGeometry.c
index ad003f9..ae4550c 100644
--- a/src/ParseGeometry.c
+++ b/src/ParseGeometry.c
@@ -10,6 +10,7 @@
#include "IOJpeg.h"
#include "CactusBase/IOASCII/src/ioASCIIGH.h"
+
void IOJpeg_DefaultGeo(cGH *GH, int sdim, IOJpegGeo_t *geo) {
DECLARE_CCTK_PARAMETERS