mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Removed unused variable
This commit is contained in:
parent
bb8a95b3f1
commit
f77bbb2336
1 changed files with 0 additions and 2 deletions
|
|
@ -190,7 +190,6 @@ contains
|
|||
type(Image) :: img
|
||||
|
||||
logical :: in_mesh
|
||||
integer :: n
|
||||
integer :: x, y ! pixel location
|
||||
integer :: xrange(2), yrange(2) ! range of pixel locations
|
||||
integer :: i, j ! loop indices
|
||||
|
|
@ -207,7 +206,6 @@ contains
|
|||
type(StructuredMesh), pointer :: m => null()
|
||||
|
||||
m => meshes(pl % meshlines_id)
|
||||
n = m % n_dimension
|
||||
|
||||
select case (pl % basis)
|
||||
case(PLOT_BASIS_XY)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue