mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Fixed a few typos.
This commit is contained in:
parent
00c5276125
commit
4ac0790aaa
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ module material_header
|
|||
implicit none
|
||||
|
||||
!===============================================================================
|
||||
! MATERIAL describes a material by its constituent isotopes
|
||||
! MATERIAL describes a material by its constituent nuclides
|
||||
!===============================================================================
|
||||
|
||||
type Material
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ module source_header
|
|||
!===============================================================================
|
||||
|
||||
type ExtSource
|
||||
integer :: type_space ! spacial distributione, e.g. 'box' or 'point'
|
||||
integer :: type_space ! spacial distribution, e.g. 'box' or 'point'
|
||||
integer :: type_angle ! angle distribution, e.g. 'isotropic'
|
||||
integer :: type_energy ! energy distribution, e.g. 'Watt'
|
||||
real(8), allocatable :: params_space(:) ! parameters for spatial distribution
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue