From 0544d752403aedf035e7ccd3ac9bccf8410877d2 Mon Sep 17 00:00:00 2001 From: jshalf Date: Sat, 7 Oct 2000 05:10:00 +0000 Subject: No longer needed. The isosurfacerGH supercedes the garden of datastructures we originally had. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@8 bfcf8e34-485d-4d46-a995-1fd6fa6fb178 --- src/common.h | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 src/common.h diff --git a/src/common.h b/src/common.h deleted file mode 100644 index f4bb8a7..0000000 --- a/src/common.h +++ /dev/null @@ -1,31 +0,0 @@ -#ifndef _COMMON_H -#define _COMMON_H - -#include "cctk.h" - - -typedef struct -{ - isofl isovalue; - char *outfname; - CCTK_INT4 outtype; - CCTK_INT4 step; - CCTK_INT4 doRemoveDuplicateVertices; - CCTK_INT4 useTree; - CCTK_INT4 doEliminateSmallTriangles; - -// CCTK_INT4 timestep; timestep information is really not required here! - isofl minval; // need to use cactus collective ops for this - isofl maxval; -} par_st; - - -typedef struct GridAll_st -{ - cGH *GH; - int gfi; - int timelevel; - CCTK_REAL *x, *y, *z; -} GridAll_st; - -#endif -- cgit v1.2.3