aboutsummaryrefslogtreecommitdiff
path: root/src/IsoSurfacerGH.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/IsoSurfacerGH.h')
-rw-r--r--src/IsoSurfacerGH.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/IsoSurfacerGH.h b/src/IsoSurfacerGH.h
index b5ef1cc..5e5de6b 100644
--- a/src/IsoSurfacerGH.h
+++ b/src/IsoSurfacerGH.h
@@ -38,21 +38,13 @@ struct Isolevel
typedef struct isoparms_st
{
char *funcName;
- vector<Isolevel> isolevels;
+ CCTK_REAL4 isolevel;
short int formats;
short int outfreq;
short int firstIteration;
short int resolution;
short int uniq_verts;
-
- isoparms_st()
- : funcName(0)
- , formats(0)
- , outfreq(1)
- , firstIteration(1)
- , resolution(1)
- , uniq_verts(1)
- {}
+ short int RunIsoSurfacer;
} isoparms_st;
struct isosurfacerGH