Skip to content

Commit

Permalink
Merge pull request #32 from timurkelin/master
Browse files Browse the repository at this point in the history
function body for SOSCascade<> default constructor
  • Loading branch information
berndporr committed Jan 6, 2022
2 parents 70b39cc + 2987c4a commit fc8634d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iir/Custom.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ struct DllExport SOSCascade : CascadeStages<NSOS,StateType>
* Default constructor which creates a unity gain filter of NSOS biquads.
* Set the filter coefficients later with the setup() method.
**/
SOSCascade();
SOSCascade() {};
/**
* Python scipy.signal-friendly setting of coefficients.
* Initialises the coefficients of the whole chain of
Expand Down

0 comments on commit fc8634d

Please sign in to comment.