Skip to content

Commit

Permalink
Update buildmat.m
Browse files Browse the repository at this point in the history
minor bug fixes
  • Loading branch information
jghoskins committed Jan 6, 2024
1 parent e350967 commit 093b8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chunkie/+chnk/+quadnative/buildmat.m
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
targinfo = []; targinfo.r = rt; targinfo.d = dt; targinfo.d2 = d2t; targinfo.n = nt;
hs = h(j); ht = h(i);

dsnrms = sqrt(sum(abs(ds).^2,1));
dsnrms = sqrt(sum((ds).^2,1));
%taus = bsxfun(@rdivide,ds,dsnrms);

%dtnrms = sqrt(sum(abs(dt).^2,1));
Expand Down

0 comments on commit 093b8f2

Please sign in to comment.