mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Removed SURF_FILTER_* constants.
This commit is contained in:
parent
83ef8ecc4c
commit
de4d5a23dd
1 changed files with 0 additions and 8 deletions
|
|
@ -286,14 +286,6 @@ module constants
|
|||
FILTER_ENERGYIN = 7, &
|
||||
FILTER_ENERGYOUT = 8
|
||||
|
||||
! Filter types for surface current tallies
|
||||
integer, parameter :: &
|
||||
SURF_FILTER_MESH_X = 1, &
|
||||
SURF_FILTER_MESH_Y = 2, &
|
||||
SURF_FILTER_MESH_Z = 3, &
|
||||
SURF_FILTER_ENERGYIN = 4, &
|
||||
SURF_FILTER_SURFACE = 5
|
||||
|
||||
! Tally surface current directions
|
||||
integer, parameter :: &
|
||||
IN_RIGHT = 1, &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue