From d72fd6f339c8b57d6bd3944ef4009e811acc745e Mon Sep 17 00:00:00 2001 From: schnetter Date: Fri, 14 Jan 2005 12:46:34 +0000 Subject: Remove "restrict" keyword that was visible to C++. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@38 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8 --- src/slab.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/slab.h b/src/slab.h index dfed6ca..da4fbfb 100644 --- a/src/slab.h +++ b/src/slab.h @@ -90,14 +90,14 @@ struct xferinfo { int flip; }; -int Slab_Transfer (cGH const * restrict const cctkGH, - int const dim, - struct xferinfo const * restrict const xferinfo, - int const options, - int const srctype, - void const * const srcptr, - int const dsttype, - void * const dstptr); +int Slab_Transfer (cGH const * const cctkGH, + int const dim, + struct xferinfo const * const xferinfo, + int const options, + int const srctype, + void const * const srcptr, + int const dsttype, + void * const dstptr); #ifdef __cplusplus } -- cgit v1.2.3