mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
fixed comment in header file
This commit is contained in:
parent
d01ed33f89
commit
bee16b2db4
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ module cmfd_header
|
|||
! core albedo boundary conditions
|
||||
real(8) :: albedo(6)
|
||||
|
||||
! dimensions of mesh cells (xloc,yloc,zloc,[hu,hv,hw])
|
||||
! dimensions of mesh cells ([hu,hv,hw],xloc,yloc,zloc)
|
||||
real(8), allocatable :: hxyz(:,:,:,:)
|
||||
|
||||
! source probability distribution
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue