Skip to content

Commit

Permalink
Fix CAPTURE log in reference test
Browse files Browse the repository at this point in the history
  • Loading branch information
jbreue16 committed Oct 18, 2024
1 parent 9ab1473 commit e03b16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ColumnTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1681,10 +1681,10 @@ namespace column
unsigned int sensID = 0;
std::string sensParam = std::to_string(sensID);
sensParam = "param_" + std::string(3 - sensParam.length(), '0') + sensParam;
CAPTURE(sensParam);

while (pp_ref.exists(sensParam))
{
CAPTURE(sensParam);
pp_ref.pushScope(sensParam);
pp_ref.pushScope("unit_" + unitID);
const std::vector<double> ref_sens = pp_ref.getDoubleArray("SENS_OUTLET");
Expand Down

0 comments on commit e03b16a

Please sign in to comment.