aboutsummaryrefslogtreecommitdiff
path: root/src/IsoSurfacerInit.h
diff options
context:
space:
mode:
authorjshalf <jshalf@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-10-07 05:09:03 +0000
committerjshalf <jshalf@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-10-07 05:09:03 +0000
commite626a0effb3f657a36f2c9be6f80149814d620f3 (patch)
tree9941e00d1fe5c47c4aeb472e14256df4028ad5f2 /src/IsoSurfacerInit.h
parenta56d13efe4ca5ae5ec16daf48a1842e61de89109 (diff)
OK,
it builds... Isn't carefully tested, but at least it builds. I got rid of an awful lot of extraneous crap and in particular *all* of the static global variables. We can add crap back when its clear that it is a necessity. For some reason CCTK_INT8 was an unrecognized type in the build. You might want to add that back to the Socket.c if its clear why this type was not recognized. This only affects the subroutine IsoWriteDataToClients() git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@7 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
Diffstat (limited to 'src/IsoSurfacerInit.h')
-rw-r--r--src/IsoSurfacerInit.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/src/IsoSurfacerInit.h b/src/IsoSurfacerInit.h
index a20b5ac..0a710e2 100644
--- a/src/IsoSurfacerInit.h
+++ b/src/IsoSurfacerInit.h
@@ -10,22 +10,7 @@
#endif
#include <limits.h>
-#include "common.h"
-
-typedef struct isotimes_str
-{
-#ifndef _WIN32
- struct tms tms_begin;
- struct tms tms_end;
- struct tms tms_total;
-#endif
-
- clock_t realtime_begin;
- clock_t realtime_end;
- clock_t realtime_total;
-
- CCTK_INT4 ncalls;
-} isotimes_st;
+#include "IsoSurfacerGH.h"
/* prototypes of functions to be registered */
void *IsoSurfacer_SetupGH (tFleshConfig *config, int convergence_level,cGH *GH);