mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Removing blank line.
This commit is contained in:
parent
4fa6fd4b8f
commit
1bdc9ca877
1 changed files with 0 additions and 1 deletions
|
|
@ -66,7 +66,6 @@ struct Position {
|
|||
inline Position reflect(Position n) {
|
||||
const double projection = n.dot(*this);
|
||||
const double magnitude = n.dot(n);
|
||||
|
||||
n *= (2.0 * projection / magnitude);
|
||||
return *this -= n;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue