From 25b21b980e695c15c23b106c28a562822ae4bbf9 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Fri, 2 Aug 2013 15:42:47 -0400 Subject: Carpet: Correct "map-0-group" implementation --- Carpet/Carpet/src/Storage.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Carpet/Carpet/src/Storage.cc b/Carpet/Carpet/src/Storage.cc index eee79cbcb..7ed62d500 100644 --- a/Carpet/Carpet/src/Storage.cc +++ b/Carpet/Carpet/src/Storage.cc @@ -172,7 +172,7 @@ namespace Carpet { const bool ismap0group = IsMap0Group(group); for (int m=0; m<(int)arrdata.AT(group).size(); ++m) { - if (ismap0group) continue; + if (m>0 and ismap0group) continue; for (int var=0; var