mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Re-correcting direction and updating _Position tests.
This commit is contained in:
parent
abd417c5f6
commit
43914d4204
2 changed files with 6 additions and 16 deletions
|
|
@ -145,7 +145,7 @@ T PlotBase::get_map() const {
|
|||
xyz[out_i] = origin_[out_i] + width_[1] / 2. - out_pixel / 2.;
|
||||
|
||||
// arbitrary direction
|
||||
Direction dir = {0.5, 0.5, 0.5};
|
||||
Direction dir = {0.7071, 0.7071, 0.0};
|
||||
|
||||
#pragma omp parallel
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue