diff --git a/sapfor/experts/Sapfor_2017/_src/GraphCall/select_array_conf.cpp b/sapfor/experts/Sapfor_2017/_src/GraphCall/select_array_conf.cpp index 8302950..b4567c7 100644 --- a/sapfor/experts/Sapfor_2017/_src/GraphCall/select_array_conf.cpp +++ b/sapfor/experts/Sapfor_2017/_src/GraphCall/select_array_conf.cpp @@ -121,11 +121,9 @@ static void preventLoopsFromParallelizations(LoopGraph* loop, const setchildren) - preventLoopsFromParallelizations(child, prevent, createdDirectives, messagesForFile); - } + + for (LoopGraph* child : loop->children) + preventLoopsFromParallelizations(child, prevent, createdDirectives, messagesForFile); } struct DimConf