diff --git a/sapfor/experts/Sapfor_2017/_src/GraphLoop/graph_loops.cpp b/sapfor/experts/Sapfor_2017/_src/GraphLoop/graph_loops.cpp index 3205757..8660aca 100644 --- a/sapfor/experts/Sapfor_2017/_src/GraphLoop/graph_loops.cpp +++ b/sapfor/experts/Sapfor_2017/_src/GraphLoop/graph_loops.cpp @@ -911,7 +911,8 @@ extern int PASSES_DONE[EMPTY_PASS]; static void printToBuffer(const LoopGraph *currLoop, const int childSize, char buf[512]) { int loopState = 0; // 0 - unknown, 1 - good, 2 - bad - if (PASSES_DONE[CREATE_TEMPLATE_LINKS]) + if (PASSES_DONE[CREATE_TEMPLATE_LINKS] || + PASSES_DONE[LOOP_ANALYZER_NODIST]) { if (currLoop->hasLimitsToParallel()) loopState = 2; diff --git a/sapfor/experts/Sapfor_2017/_src/Utils/version.h b/sapfor/experts/Sapfor_2017/_src/Utils/version.h index 170b9c5..93f5303 100644 --- a/sapfor/experts/Sapfor_2017/_src/Utils/version.h +++ b/sapfor/experts/Sapfor_2017/_src/Utils/version.h @@ -1,3 +1,3 @@ #pragma once -#define VERSION_SPF "2351" +#define VERSION_SPF "2352"