aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5>2009-11-11 03:27:42 +0000
committerschnetter <schnetter@c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5>2009-11-11 03:27:42 +0000
commite8dcf65ac8923ace1573e2da0f3dc40b9f6c6040 (patch)
tree1316216992bc78d4c0f6439a09310ed5e8cd449c /interface.ccl
parenta8118a77fee3da3c90c680f2a050c81e037a519c (diff)
Use aliased function GetLocalComponents (if present) to ensure that
there are at most one component per MPI process. Remove cvs $Header$ comments. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/RotatingSymmetry90/trunk@47 c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl10
1 files changed, 8 insertions, 2 deletions
diff --git a/interface.ccl b/interface.ccl
index 94b7368..59fc741 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -1,5 +1,4 @@
-# Interface definition for thorn RotatingSymmetry90g
-# $Header$
+# Interface definition for thorn RotatingSymmetry90
IMPLEMENTS: RotatingSymmetry90
@@ -70,3 +69,10 @@ CCTK_INT FUNCTION Boundary_SelectedGVs \
CCTK_INT ARRAY OUT table_handles, \
CCTK_STRING IN bc_name)
REQUIRES FUNCTION Boundary_SelectedGVs
+
+
+
+CCTK_INT FUNCTION \
+ GetLocalComponents \
+ (CCTK_POINTER_TO_CONST IN cctkGH)
+USES FUNCTION GetLocalComponents