aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjshalf <jshalf@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-10-13 18:58:32 +0000
committerjshalf <jshalf@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-10-13 18:58:32 +0000
commitff743cbd37f64592b3a35bc5553049e5367647e5 (patch)
tree5e264909181772e506bcfb1b8fd105f877c0f5f8
parentcba46de44b82734975caba5575fd9bee65d3223c (diff)
Noticing the ADM difficulties.
Found and removed // comments from IsoSurfacer... git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@13 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
-rw-r--r--src/IsoSurfacer.c1
-rw-r--r--src/IsoSurfacerGH.h4
2 files changed, 2 insertions, 3 deletions
diff --git a/src/IsoSurfacer.c b/src/IsoSurfacer.c
index 2014f69..fc421b6 100644
--- a/src/IsoSurfacer.c
+++ b/src/IsoSurfacer.c
@@ -106,7 +106,6 @@ static int IsoSurfacerHandleCommands(cGH *GH)
char *obj = catenated+64,
*val = catenated+128; */
- /* puts("Nuthin to do (yet)"); */
/* Here it just needs to read from the control socket
and then change the isosurface appropriately */
IsoCommand *Iso_PollCommand(cGH *cctkGH,IsoCommand *cmd);
diff --git a/src/IsoSurfacerGH.h b/src/IsoSurfacerGH.h
index 943cf7c..9f68814 100644
--- a/src/IsoSurfacerGH.h
+++ b/src/IsoSurfacerGH.h
@@ -42,10 +42,10 @@ typedef struct isosurfacerGH
short int outfreq;
short int firstIteration;
short int RunIsoSurfacer;
- polypatch perprocessor,totals; // un-collected geometry for this node
+ polypatch perprocessor,totals; /* un-collected geometry for this node */
} isosurfacerGH;
-// typedef isosurfacerGH isoparms_st;
+/* typedef isosurfacerGH isoparms_st; */
typedef enum {Byte=0,Int8=0,Int16=1,Int32=2,Int64=3,
Float32=4,Float64=5,