aboutsummaryrefslogtreecommitdiff
path: root/src/PUGHSlab.h
diff options
context:
space:
mode:
authortradke <tradke@10716dce-81a3-4424-a2c8-48026a0d3035>2001-12-04 21:47:26 +0000
committertradke <tradke@10716dce-81a3-4424-a2c8-48026a0d3035>2001-12-04 21:47:26 +0000
commit6c9ec7931a8cceb3b41ace899499f519702f0130 (patch)
treee670bdf8f4c2d1236a7d228c26dd8cf634f46f63 /src/PUGHSlab.h
parent35a93592d07a1cf42ee9ca569f3f312d67665619 (diff)
Added (still incomplete) implementation of the new Hyperslab API.
Not really usable yet, only single-processor case works. More changes to follow. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHSlab/trunk@64 10716dce-81a3-4424-a2c8-48026a0d3035
Diffstat (limited to 'src/PUGHSlab.h')
-rw-r--r--src/PUGHSlab.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/PUGHSlab.h b/src/PUGHSlab.h
index c2ff990..718edc6 100644
--- a/src/PUGHSlab.h
+++ b/src/PUGHSlab.h
@@ -25,12 +25,12 @@ typedef void (*t_hslabConversionFn) (const void *src,
CCTK_INT dst_stride);
/* function prototypes */
-CCTK_INT Hyperslab_Get (const cGH *GH,
- CCTK_INT mapping_handle,
- const CCTK_INT vindex,
- const CCTK_INT timelevel,
- const CCTK_INT hdatatype,
- void *hdata);
+CCTK_INT Hyperslab_Get (const cGH *GH,
+ CCTK_INT mapping_handle,
+ CCTK_INT vindex,
+ CCTK_INT timelevel,
+ CCTK_INT hdatatype,
+ void *hdata);
CCTK_INT Hyperslab_GetList (const cGH *GH,
CCTK_INT mapping_handle,
CCTK_INT num_arrays,