Skip to content

Commit

Permalink
Remove spurious printout (#509)
Browse files Browse the repository at this point in the history
remove printout
  • Loading branch information
lfarv authored Oct 28, 2022
1 parent 04bf4f6 commit 7a27d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atmat/atphysics/Radiation/atdisable_6d.m
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@

function elem=varelem(elem)
% 'auto' multipole modification
strrep(elem.PassMethod,'QuantPass','Pass)')
strrep(elem.PassMethod,'QuantPass','Pass)');
elem.PassMethod=strrep(strrep(elem.PassMethod,'QuantPass','Pass'),'RadPass','Pass');
if isfield(elem,'Energy'), elem=rmfield(elem,'Energy'); end
end
Expand Down

0 comments on commit 7a27d6b

Please sign in to comment.