Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] de-reference COMP_GETPAR3 return values
In the StatisticalChopper_Monitor.comp a `int *` component parameter is retrieved but was not de-referenced, so the `int **` was inadvertently assigned to an `int *` parameter.
- Loading branch information