Fixed a few typos.

This commit is contained in:
Paul Romano 2012-10-14 16:50:39 -04:00
parent 00c5276125
commit 4ac0790aaa
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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