aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2004-05-05 10:14:48 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2004-05-05 10:14:48 +0000
commit1a667c92ddac098cc8d83b973578ed23155b953e (patch)
tree78dcb844b7f2c9bae71cb9a50c39f8558410603d /interface.ccl
parent06f25c9809fc2cf5375475cdb56dda0dfcad396a (diff)
fix SetDriftCorrectPosition() protototype to properly declare GH as const
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1319 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface.ccl b/interface.ccl
index 061a88b..41900df 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -11,7 +11,7 @@ USES INCLUDE: SpaceMask.h
# we use an aliased function maybe provided by DriftCorrect
SUBROUTINE SetDriftCorrectPosition \
- (CCTK_POINTER IN GH, \
+ (CCTK_POINTER_TO_CONST IN GH, \
CCTK_REAL IN x, CCTK_REAL IN y, CCTK_REAL IN z)
USES FUNCTION SetDriftCorrectPosition