Skip to content

Commit

Permalink
Tweak option names in the dose output menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ftessier committed Jul 4, 2022
1 parent 4fc47e6 commit 200fd27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HEN_HOUSE/omega/progs/gui/dosxyznrc/xyznrc_parameters.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -742,8 +742,8 @@ Recommended for all homogeneous phantom calculations.
set ibindos {}
set names(ibindos) "Dose output"
set numopts(ibindos) 2
set options(ibindos,0) "3ddose output"
set options(ibindos,1) "sparse binary output"
set options(ibindos,0) "3ddose"
set options(ibindos,1) "bindos (sparse binary format)"
set values(ibindos) $options(ibindos,0)
set help_text(ibindos) {
Set to "3ddose output" to output a voxel doses in a dense ASCII file.
Expand Down

0 comments on commit 200fd27

Please sign in to comment.