Skip to content

Commit

Permalink
Merge branch 'master' into pybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
tobre1 authored Oct 25, 2023
2 parents 0883aef + 012140a commit ac3cec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Models/SF6O2Etching.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ class Ion : public rayParticle<Ion<NumericType, D>, NumericType> {
auto direction = rayReflectionSpecular<NumericType>(rayDir, geomNormal);

return std::pair<NumericType, rayTriple<NumericType>>{1. - Eref_peak,
direction};
direction}
} else {
return std::pair<NumericType, rayTriple<NumericType>>{
1., rayTriple<NumericType>{0., 0., 0.}};
Expand Down

0 comments on commit ac3cec7

Please sign in to comment.