mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Fix problem with -t, --track command-line flag.
This commit is contained in:
parent
dc8987445b
commit
26fb936f2a
1 changed files with 0 additions and 1 deletions
|
|
@ -434,7 +434,6 @@ contains
|
|||
i = i + 1
|
||||
case ('-t', '-track', '--track')
|
||||
write_all_tracks = .true.
|
||||
i = i + 1
|
||||
case default
|
||||
call fatal_error("Unknown command line option: " // argv(i))
|
||||
end select
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue