aboutsummaryrefslogtreecommitdiff
path: root/src/IsoSurfacerGH.h
diff options
context:
space:
mode:
authorjshalf <jshalf@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-09-26 05:05:56 +0000
committerjshalf <jshalf@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-09-26 05:05:56 +0000
commit5fba974c16f9bbf6e5e0cd7ec3ab09ec83a79218 (patch)
treedeef203e34a327778c1e7d056be310c95ee3fa52 /src/IsoSurfacerGH.h
parent1a826b78b503406ab21d25148e52c7547a0e578a (diff)
More code reorganization and removal of C++ items.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@3 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
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