We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 760ca15 commit 39ff3f4Copy full SHA for 39ff3f4
include/chowdsp_wdf/wdft/wdft_sources.h
@@ -58,7 +58,7 @@ namespace wdft
58
/** Sets the resistance value of the series resistor, in Ohms. */
59
void setResistanceValue (T newR)
60
{
61
- if (newR == R_value)
+ if (all (newR == R_value))
62
return;
63
64
R_value = newR;
@@ -245,7 +245,7 @@ namespace wdft
245
/** Sets the resistance value of the parallel resistor, in Ohms. */
246
247
248
249
250
251
0 commit comments