Skip to content

Commit

Permalink
removes extraneous "tic"
Browse files Browse the repository at this point in the history
  • Loading branch information
askhamwhat committed Oct 20, 2024
1 parent aabbb09 commit f141dad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devtools/test/pquadTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
opts.forcepquad = true;
opts.side = 'i'; % 'i' for interior, 'e' for exterior, for positively oriented curve.
start = tic;
tic; Csolpquad = chunkerkerneval(chnkr,fkern,sol,targets(:,in),opts);
Csolpquad = chunkerkerneval(chnkr,fkern,sol,targets(:,in),opts);
% below check slp and dlp
% fkernd = kernel('helmholtz','d',zk);
% fkerns = kernel('helmholtz','s',zk);
Expand All @@ -90,4 +90,4 @@
%

assert(err < 1e-10)
% profile viewer
% profile viewer

0 comments on commit f141dad

Please sign in to comment.