From 423826345276afcab96e60ec3b17133f8526fd3b Mon Sep 17 00:00:00 2001 From: knarf Date: Thu, 1 Nov 2012 01:28:18 +0000 Subject: fix typo which instead of stopping timer timer_copy_back_noflip tried to start it again git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@86 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8 --- src/slab.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slab.cc b/src/slab.cc index 219f6d5..0194397 100644 --- a/src/slab.cc +++ b/src/slab.cc @@ -951,7 +951,7 @@ copy_data_back (const vector &info, i + dstdetailleni * (j + dstdetaillenj * k); dstptr[dstind] = dstdataptr[bufind]; } CCTK_ENDLOOP3(Slab_copy_back_noflip); - CCTK_TimerStartI (timer_copy_back_noflip); + CCTK_TimerStopI (timer_copy_back_noflip); } else if (flip_x and not flip_y and not flip_z) { // flip in x direction -- cgit v1.2.3