mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
Merge pull request #1 from paulromano/lost_particle_plotting01
Update man page, RELAX NG schema, and minor fixes
This commit is contained in:
commit
66842ec7c8
4 changed files with 7 additions and 2 deletions
|
|
@ -24,6 +24,9 @@ Run in plotting mode
|
|||
Restart a previous run from a state point or a particle restart file named
|
||||
\fIbinaryFile\fP.
|
||||
.TP
|
||||
.B "\-k\fR, \fP\-\-track"
|
||||
Write tracks for all particles.
|
||||
.TP
|
||||
.B "\-v\fR, \fP\-\-version"
|
||||
Show version information.
|
||||
.TP
|
||||
|
|
|
|||
|
|
@ -170,7 +170,7 @@ contains
|
|||
write(OUTPUT_UNIT,*) ' -r, --restart Restart a previous run from a state point'
|
||||
write(OUTPUT_UNIT,*) ' or a particle restart file'
|
||||
write(OUTPUT_UNIT,*) ' -t, --tallies Write tally results from state point'
|
||||
write(OUTPUT_UNIT,*) ' -k, --tracks Write tracks for all particles'
|
||||
write(OUTPUT_UNIT,*) ' -k, --track Write tracks for all particles'
|
||||
write(OUTPUT_UNIT,*) ' -v, --version Show version information'
|
||||
write(OUTPUT_UNIT,*) ' -?, --help Show this message'
|
||||
end if
|
||||
|
|
|
|||
|
|
@ -187,7 +187,7 @@ contains
|
|||
&p % id == track_identifiers(3,i)) then
|
||||
write_track = .true.
|
||||
exit
|
||||
end if
|
||||
end if
|
||||
end do
|
||||
end if
|
||||
|
||||
|
|
|
|||
|
|
@ -99,6 +99,8 @@ element settings {
|
|||
|
||||
element trace { list { xsd:positiveInteger+ } }? &
|
||||
|
||||
element track { list { xsd:positiveInteger+ } }? &
|
||||
|
||||
element verbosity { xsd:positiveInteger }? &
|
||||
|
||||
element uniform_fs{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue