Skip to content

Commit

Permalink
Fix absence of results for link (synthesis/mc-all)
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed May 24, 2024
1 parent a1d769e commit 8885230
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,8 @@ class STSbyGroup: public Variable::IVariable<STSbyGroup<NextT>, NextT, VCardSTSb
// ------------------------------
if (!AncestorType::isPrinted[0])
{
return;
NextType::buildSurveyReport(results, dataLevel, fileLevel, precision);
return;
}

// And only if we match the current data level _and_ precision level
Expand Down

0 comments on commit 8885230

Please sign in to comment.