aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-06-15 09:03:33 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-06-15 09:03:33 +0000
commit10f781515ae2ab4b7f6cf2dd18d6d8775f64b9c4 (patch)
tree0ec5e28560df83e3fd7d3caedc192726c6c0225b /param.ccl
parent0cf5f846be642dd36438344e6b79e5280e100ab3 (diff)
Double -> CCTK_REAL
REAL -> CCTK_REAL POINTER -> CCTK_POINTER VARIABLE_REAL -> CCTK_VARIABLE_REAL (etc) GH->iteration is now an int (not an unsigned long int) git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@57 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 90d7b0b..96de1f5 100644
--- a/param.ccl
+++ b/param.ccl
@@ -70,12 +70,12 @@ INTEGER padding_cacheline_bits "Number of bits which have to be unique to padd p
1:* :: "Any positive number"
} 12
-INTEGER padding_size "How many Doubles to pad by; we have to noodle around with the starting address, so if there isn't enough space we may not be able to pad"
+INTEGER padding_size "How many CCTK_REALs to pad by; we have to noodle around with the starting address, so if there isn't enough space we may not be able to pad"
{
0:* :: "Any positive number"
} 4112
-INTEGER padding_address_spacing "Number of Doubles to space starting addresses in lowest padding_cacheline_bits bits"
+INTEGER padding_address_spacing "Number of CCTK_REALs to space starting addresses in lowest padding_cacheline_bits bits"
{
0:* :: "Any positive number"
} 24