aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2004-05-17 12:40:46 +0000
committergoodale <goodale@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2004-05-17 12:40:46 +0000
commit0b5bbc6bd07a65e81c010be0cd7d2425b464af96 (patch)
tree69092f98d9eb5f5bab9d16bbac81b0171c06e302
parent06b22738236b77f22bcd6bdbed1fab0152c32276 (diff)
Untabified.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@80 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
-rw-r--r--src/IsoSurfacerGH.h4
-rw-r--r--src/NuSurfacer.h6
2 files changed, 5 insertions, 5 deletions
diff --git a/src/IsoSurfacerGH.h b/src/IsoSurfacerGH.h
index 3791bfd..d2b1bcc 100644
--- a/src/IsoSurfacerGH.h
+++ b/src/IsoSurfacerGH.h
@@ -11,8 +11,8 @@
#define SOCK 16
#define ISOHDF5 32
#define NONE 64 /* sounds kooky, but its for forcing the
- surfacer to run without output for
- benchmarking purposes */
+ surfacer to run without output for
+ benchmarking purposes */
typedef struct CmdSet {
char object[64];
diff --git a/src/NuSurfacer.h b/src/NuSurfacer.h
index 20d2cf5..27ab47e 100644
--- a/src/NuSurfacer.h
+++ b/src/NuSurfacer.h
@@ -3,8 +3,8 @@
#include "IsoSurfacerGH.h"
void NuFindSurface(CCTK_REAL *data,
- int nx,int ny,int nz,
- CCTK_REAL *xcoords, CCTK_REAL *ycoords, CCTK_REAL *zcoords,
- CCTK_REAL isovalue, int compute_normals, polypatch *results);
+ int nx,int ny,int nz,
+ CCTK_REAL *xcoords, CCTK_REAL *ycoords, CCTK_REAL *zcoords,
+ CCTK_REAL isovalue, int compute_normals, polypatch *results);
#endif