aboutsummaryrefslogtreecommitdiff
path: root/src/PUGHSlab.h
diff options
context:
space:
mode:
authortradke <tradke@10716dce-81a3-4424-a2c8-48026a0d3035>2003-08-18 14:22:24 +0000
committertradke <tradke@10716dce-81a3-4424-a2c8-48026a0d3035>2003-08-18 14:22:24 +0000
commite937842cbe0aa6bd8b3268a96a1718d8a6c1dbc0 (patch)
treee6dc2976cc84ce2b0db535b9eb050610375a08b4 /src/PUGHSlab.h
parent539acb2b941d207f9689f3d60a566b219ea47145 (diff)
Removed deprecated hyperslab routines Hyperslab_GetHyperslab() and
Hyperslab_GetLocalHyperslab(). git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHSlab/trunk@106 10716dce-81a3-4424-a2c8-48026a0d3035
Diffstat (limited to 'src/PUGHSlab.h')
-rw-r--r--src/PUGHSlab.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/PUGHSlab.h b/src/PUGHSlab.h
index b1af99a..7e8acec 100644
--- a/src/PUGHSlab.h
+++ b/src/PUGHSlab.h
@@ -69,28 +69,6 @@ CCTK_INT PUGHSlab_DefineGlobalMappingByIndex (
CCTK_INT PUGHSlab_FreeMapping (CCTK_INT mapping_handle);
-int Hyperslab_GetLocalHyperslab (const cGH *GH,
- int vindex,
- int vtimelvl,
- int hdim,
- const int global_startpoint [/*vdim*/],
- const int directions [/*vdim*/],
- const int lengths [/*hdim*/],
- const int downsample_ [/*hdim*/],
- void **hdata,
- int hsize [/*hdim*/], int ghsize [/*hdim*/],
- int hoffset [/*hdim*/]);
-int Hyperslab_GetHyperslab (const cGH *GH,
- int proc,
- int vindex,
- int vtimelvl,
- int hdim,
- const int global_startpoint [/*vdim*/],
- const int directions [/*vdim*/],
- const int lengths [/*hdim*/],
- const int downsample_ [/*hdim*/],
- void **hdata, int hsize [/*hdim*/]);
-
#ifdef __cplusplus
}
#endif