aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,