Skip to content

Commit

Permalink
Fixed an error
Browse files Browse the repository at this point in the history
  • Loading branch information
sahaRatul committed Aug 1, 2015
1 parent 73b05f8 commit 0535eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matlab-tests/dqtz_par.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function ref = dqtz_par(coff,opt_order)
ref = zeros(1,n);
ref = zeros(1,opt_order);

if (opt_order <= 1)
ref(1) = 0;
Expand Down

0 comments on commit 0535eec

Please sign in to comment.