mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Fixed typo in output module.
This commit is contained in:
parent
6987cb1807
commit
409b30cf44
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ contains
|
|||
! Write information to summary file
|
||||
call header("OpenMC Monte Carlo Code", unit=UNIT_SUMMARY, level=1)
|
||||
write(UNIT=UNIT_SUMMARY, FMT=*) &
|
||||
"Copyright: 2010 Massachusetts Institute of Technology"
|
||||
"Copyright: 2011 Massachusetts Institute of Technology"
|
||||
write(UNIT=UNIT_SUMMARY, FMT='(1X,A,5X,2(I1,"."),I1)') &
|
||||
"Version:", VERSION_MAJOR, VERSION_MINOR, VERSION_RELEASE
|
||||
write(UNIT=UNIT_SUMMARY, FMT='(1X,"Date/Time:",3X,A,1X,A)') &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue