From dc78da05e552ca0a8cf69a65408fc46109ca3b34 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Wed, 24 Sep 2008 20:20:49 -0500 Subject: LoopControl: Correct error in comment --- Carpet/LoopControl/src/loopcontrol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Carpet/LoopControl/src') diff --git a/Carpet/LoopControl/src/loopcontrol.h b/Carpet/LoopControl/src/loopcontrol.h index 5c71f0fee..dfe7dda60 100644 --- a/Carpet/LoopControl/src/loopcontrol.h +++ b/Carpet/LoopControl/src/loopcontrol.h @@ -39,7 +39,7 @@ extern "C" { for (int j = lc_jmin; j < lc_jmax; ++j) \ for (int i = lc_imin; i < lc_imax; ++i) -#define LC_ENDLOOP3 \ +#define LC_ENDLOOP3(name) \ } while (0) #endif -- cgit v1.2.3