Merge pull request #1 from paulromano/lost_particle_plotting01

Update man page, RELAX NG schema, and minor fixes
This commit is contained in:
smharper 2013-06-18 18:00:32 -07:00
commit 66842ec7c8
4 changed files with 7 additions and 2 deletions

View file

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

View file

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

View file

@ -187,7 +187,7 @@ contains
&p % id == track_identifiers(3,i)) then
write_track = .true.
exit
end if
end if
end do
end if

View file

@ -99,6 +99,8 @@ element settings {
element trace { list { xsd:positiveInteger+ } }? &
element track { list { xsd:positiveInteger+ } }? &
element verbosity { xsd:positiveInteger }? &
element uniform_fs{