Skip to content

Commit 87eff6f

Browse files
author
ela
committedMay 5, 2009
* using valarray<size_t>
1 parent d751e11 commit 87eff6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎qucs-filter-v2/qf_matrix.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Rarray operator * (Rarray& V, qf_matrix& M) {
3939

4040
gslice qf_matrix::submx (unsigned r, unsigned k, unsigned c, unsigned l) {
4141

42-
valarray <unsigned> len (2), stride (2);
42+
valarray <size_t> len (2), stride (2);
4343

4444
r --; c--;
4545
k -= r;

0 commit comments

Comments
 (0)
Please sign in to comment.