From 0b5bbc6bd07a65e81c010be0cd7d2425b464af96 Mon Sep 17 00:00:00 2001 From: goodale Date: Mon, 17 May 2004 12:40:46 +0000 Subject: Untabified. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@80 bfcf8e34-485d-4d46-a995-1fd6fa6fb178 --- src/IsoSurfacerGH.h | 4 ++-- src/NuSurfacer.h | 6 +++--- 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 -- cgit v1.2.3