aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorpollney <pollney@a491c6a4-70bf-4b89-8b36-d6c0cb1f094e>2002-12-11 15:20:07 +0000
committerpollney <pollney@a491c6a4-70bf-4b89-8b36-d6c0cb1f094e>2002-12-11 15:20:07 +0000
commit07bb3085a50ffcc9b6f9e605781eb54d27d310ca (patch)
tree32fa0b466d4af69405336a72afc9afae1b49d1b1 /interface.ccl
parent66fe3398c860c4ee61ecbe3074f01a2b80005937 (diff)
Switch mask to CCTK_INT rather than CCTK_INT8, as some fortran compilers
have problems with the latter. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@19 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
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 70433bd..68d00da 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -8,7 +8,7 @@ USES INCLUDE: Symmetry.h
public:
-CCTK_INT8 space_mask_group type=GF
+CCTK_INT space_mask_group type=GF
{
space_mask
}