Skip to content

Commit

Permalink
Update setEnergy.m
Browse files Browse the repository at this point in the history
Fixes #1104
  • Loading branch information
mefuller authored and ischoegl committed Sep 30, 2021
1 parent ee8c7b0 commit bf49b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/matlab/toolbox/@Reactor/setEnergy.m
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function setEnergy(r, flag)
iflag = 0;
end
if iflag >= 0
reactormethods(9, r.index, iflag)
reactormethods(9, r.index, iflag);
else
error('Input to setEnergy not understood.');
end

0 comments on commit bf49b66

Please sign in to comment.