We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d751e11 commit 87eff6fCopy full SHA for 87eff6f
qucs-filter-v2/qf_matrix.cpp
@@ -39,7 +39,7 @@ Rarray operator * (Rarray& V, qf_matrix& M) {
39
40
gslice qf_matrix::submx (unsigned r, unsigned k, unsigned c, unsigned l) {
41
42
- valarray <unsigned> len (2), stride (2);
+ valarray <size_t> len (2), stride (2);
43
44
r --; c--;
45
k -= r;
0 commit comments