Skip to content

Commit

Permalink
disable dref demo as mmcl has not fully merged with master
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jul 12, 2019
1 parent 23f1159 commit 95f65bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mmclab/example/demo_mmclab_basic.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
cfg.tend=5e-9;
cfg.tstep=5e-9;
cfg.debuglevel='TP';
cfg.issaveref=1; % in addition to volumetric fluence, also save surface diffuse reflectance
%cfg.issaveref=1; % in addition to volumetric fluence, also save surface diffuse reflectance

%% run the simulation

Expand All @@ -39,4 +39,4 @@
faces=faceneighbors(cfg.elem,'rowmajor');
hs=plotmesh(cfg.node,faces,'cdata',log10(flux.dref(:,1)),'linestyle','none');
colorbar;
end
end

0 comments on commit 95f65bf

Please sign in to comment.