aboutsummaryrefslogtreecommitdiff
path: root/src/rotatingsymmetry90.h
diff options
context:
space:
mode:
authorschnetter <schnetter@c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5>2004-05-28 15:58:33 +0000
committerschnetter <schnetter@c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5>2004-05-28 15:58:33 +0000
commit7814896d27a90c94a6b3bc362a9b0207f70f86c8 (patch)
treecfd7cfa65dc9856270db51daf935c29f442972cd /src/rotatingsymmetry90.h
parent134140fb7074dab1687e9958b1cfccf72ba1f0c0 (diff)
Provide symmetry interpolation.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/RotatingSymmetry90/trunk@9 c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5
Diffstat (limited to 'src/rotatingsymmetry90.h')
-rw-r--r--src/rotatingsymmetry90.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rotatingsymmetry90.h b/src/rotatingsymmetry90.h
index bdc3627..f7b408d 100644
--- a/src/rotatingsymmetry90.h
+++ b/src/rotatingsymmetry90.h
@@ -28,6 +28,6 @@ Rot90_SymmetryInterpolate (CCTK_POINTER_TO_CONST const cctkGH_,
CCTK_INT const N_output_arrays,
CCTK_INT const output_array_types[],
CCTK_POINTER const output_arrays[],
- CCTK_INT const faces[]);
+ CCTK_INT const faces);
#endif /* ! defined ROTATINGSYMMETRY90_H */