Skip to content

Commit

Permalink
Update msh.m
Browse files Browse the repository at this point in the history
make sure the element quality is not displayed more than once when the recursive subroutine is called.
  • Loading branch information
WPringle committed Aug 12, 2019
1 parent 05353d7 commit 1a9d739
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions @msh/msh.m
Original file line number Diff line number Diff line change
Expand Up @@ -1002,9 +1002,7 @@ function write(obj,fname,type)
varargino{end+1} = 0;
end
obj = clean(obj,varargino(:));
end

if opt.nscreen
elseif opt.nscreen
disp(['number of nodes is ' num2str(length(obj.p))])
disp(['mean quality is ' num2str(mq_m)])
disp(['min quality is ' num2str(mq_l)])
Expand Down

0 comments on commit 1a9d739

Please sign in to comment.