Skip to content

Commit

Permalink
small fix to flamopdimsTest
Browse files Browse the repository at this point in the history
  • Loading branch information
mrachh committed Jul 10, 2024
1 parent e75c294 commit 438c70e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions devtools/test/flamopdimsTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@
opts = [];
opts.ifflam = ifflam;

%% Get matrix
%% Test analytic solution
tic, A = get_linop(chnkr1, chnkr2, [zk1, zk2], opts); toc

%% Test analytic solution
src1 = zeros(2,2);
src1(1,1) = 0.01;
src1(2,1) = 0.03;
Expand Down

0 comments on commit 438c70e

Please sign in to comment.