From 53978087cfee27dcd139ea7a5736442f7eeb4efb Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Mon, 20 May 2013 08:59:05 -0500 Subject: CarpetInterp2: Convert some loop bounds to int The Cray compiler requests this for OpenMP. --- Carpet/CarpetInterp2/src/fasterp.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Carpet/CarpetInterp2') diff --git a/Carpet/CarpetInterp2/src/fasterp.cc b/Carpet/CarpetInterp2/src/fasterp.cc index 3230ba751..167af0e2b 100644 --- a/Carpet/CarpetInterp2/src/fasterp.cc +++ b/Carpet/CarpetInterp2/src/fasterp.cc @@ -1424,7 +1424,7 @@ namespace CarpetInterp2 { fill (npoints_comp, 0); // TODO: parallelise with OpenMP - for (int n=0; n used(send_proc.npoints, false); - for (int n=0; n0) { assert (send_pn.AT(send_proc.offset + n ).n > -- cgit v1.2.3