aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2008-01-15 16:36:26 +0000
committerschnetter <schnetter@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2008-01-15 16:36:26 +0000
commit1dfba1a439bc26bb930e96ab3decd94b62875a8c (patch)
tree10da67b110a3acf8cc99e9bb27b145e938faad17
parentd250d34936d3d9f322cce38a653c9da5ea98acef (diff)
Remove unused variable
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@93 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
-rw-r--r--src/IsoSurfacer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/IsoSurfacer.c b/src/IsoSurfacer.c
index 40e4ce5..8a3820c 100644
--- a/src/IsoSurfacer.c
+++ b/src/IsoSurfacer.c
@@ -467,8 +467,6 @@ void WriteSock(const cGH *GH, polypatch *totals, isosurfacerGH *myGH,
CCTK_REAL4 tmpverts[3] = {0.0,0.0,0.0};
CCTK_REAL4 tmpnorms[3] = {0.0,0.0,0.0};
- int x=0;
-
isoindex = isoindex;
IsoValue = IsoValue;