mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Fixed missing use statement in cmfd_output.
This commit is contained in:
parent
fbd0fe413e
commit
01cbc473cc
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ contains
|
|||
|
||||
use cmfd_data, only: neutron_balance
|
||||
use constants, only: CMFD_BALANCE, MAX_FILE_LEN
|
||||
use global, only: path_output
|
||||
|
||||
character(MAX_FILE_LEN) :: filename
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue