aboutsummaryrefslogtreecommitdiff
path: root/src/ReductionMin.c
diff options
context:
space:
mode:
authorschnetter <schnetter@d60812e6-3970-4df4-986e-c251b06effeb>2003-10-13 18:07:50 +0000
committerschnetter <schnetter@d60812e6-3970-4df4-986e-c251b06effeb>2003-10-13 18:07:50 +0000
commit5dbbb70bb9834ed7e67470fe0938df813e756071 (patch)
tree7b87fb64a643047ff518d4f542d7f3cc6c1e66ca /src/ReductionMin.c
parenta9bea8d978aec10560ababf0911b26ccb9603fcd (diff)
Introduce the new Cactus variable type CCTK_INT1.
Extend routines to handle the new type. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHReduce/trunk@44 d60812e6-3970-4df4-986e-c251b06effeb
Diffstat (limited to 'src/ReductionMin.c')
-rw-r--r--src/ReductionMin.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ReductionMin.c b/src/ReductionMin.c
index ab76dfc..001e00d 100644
--- a/src/ReductionMin.c
+++ b/src/ReductionMin.c
@@ -248,6 +248,14 @@ static int ReductionMinVal (const cGH *GH,
CCTK_INT, outvals, num_outvals, total_outvals);
break;
+#ifdef CCTK_INT1
+ case CCTK_VARIABLE_INT1:
+ ITERATE_ARRAY (CCTK_INT1, num_dims, inarrays[i],
+ from, to, iterator, points_per_dim,
+ CCTK_INT1, outvals, num_outvals, total_outvals);
+ break;
+#endif
+
#ifdef CCTK_INT2
case CCTK_VARIABLE_INT2:
ITERATE_ARRAY (CCTK_INT2, num_dims, inarrays[i],