aboutsummaryrefslogtreecommitdiff
path: root/src/IsoSurfacerInit.h
diff options
context:
space:
mode:
authortradke <tradke@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2001-06-14 12:57:23 +0000
committertradke <tradke@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2001-06-14 12:57:23 +0000
commitf14c1dc24715f982cb36ff9cf8624e06df5f7e5b (patch)
tree981252da4bd5fc124731f0a197b8708f59e6d8e6 /src/IsoSurfacerInit.h
parent1aeea4170532a2b2f1c6cc5f030fb890af614cbd (diff)
Fixed compiler warnings and the problem with 'char * = const char *' assignments
which didn't compile on a T3E. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@49 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
Diffstat (limited to 'src/IsoSurfacerInit.h')
-rw-r--r--src/IsoSurfacerInit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/IsoSurfacerInit.h b/src/IsoSurfacerInit.h
index 6cde6f3..0a710e2 100644
--- a/src/IsoSurfacerInit.h
+++ b/src/IsoSurfacerInit.h
@@ -16,7 +16,6 @@
void *IsoSurfacer_SetupGH (tFleshConfig *config, int convergence_level,cGH *GH);
int IsoSurfacer_InitGH (cGH *GH);
int IsoSurfacer (cGH *GH);
-int IsoSurfacer_ParseIsoString(char *isostring,cGH *GH,isosurfacerGH *myGH);
int IsoSurfacer_TriggerOutput (cGH *GH, int);
int IsoSurfacer_TimeForOutput (cGH *GH, int);