aboutsummaryrefslogtreecommitdiff
path: root/src/slab.h
diff options
context:
space:
mode:
authorschnetter <schnetter@2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8>2002-10-23 13:21:35 +0000
committerschnetter <schnetter@2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8>2002-10-23 13:21:35 +0000
commitfaa526b62885a9e9f6ecad7c928cb4c89df39f66 (patch)
treecabf1a97dfc2137e99d78877c6f088d0126475b5 /src/slab.h
parenteb16cb1ac4a52cecc94e11e0f86168a9aca10c63 (diff)
Added "TODO" point.
Added a bit more documentation. Added some restrict qualifiers. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@7 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
Diffstat (limited to 'src/slab.h')
-rw-r--r--src/slab.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/slab.h b/src/slab.h
index 4e1051b..b79af0a 100644
--- a/src/slab.h
+++ b/src/slab.h
@@ -83,12 +83,12 @@ struct xferinfo {
The source and the destination arrays may be the same.
*/
-int Slab_Transfer (cGH * const cctkGH,
- int const dim,
- struct xferinfo const * const xferinfo,
- int const srctype,
- void const * const srcptr,
- int const dsttype,
- void * const dstptr);
+int Slab_Transfer (cGH * restrict const cctkGH,
+ int const dim,
+ struct xferinfo const * const xferinfo,
+ int const srctype,
+ void const * const srcptr,
+ int const dsttype,
+ void * const dstptr);
#endif /* defined SLAB_H */