Skip to content

Commit

Permalink
add the missing -x option in the help
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Apr 10, 2015
1 parent b3484d2 commit a7d64ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mmc/trunk/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ where possible parameters include (the first item in [] is the default value)
-e [0.|float] (--minenergy) minimum energy level to trigger Russian roulette
-U [1|0] (--normalize) 1 to normalize the fluence to unitary,0 save raw
-d [0|1] (--savedet) 1 to save photon info at detectors,0 not to save
-x [0|1] (--saveexit) 1 to save photon exit positions and directions
setting -x to 1 also implies setting '-d' to 1
-m [0|1] (--momentum) 1 to save photon momentum transfer,0 not to save
-S [1|0] (--save2pt) 1 to save the fluence field, 0 do not save
-C [1|0] (--basisorder) 1 piece-wise-linear basis for fluence,0 constant
Expand Down
2 changes: 2 additions & 0 deletions mmc/trunk/src/mcx_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,8 @@ where possible parameters include (the first item in [] is the default value)\n\
-e [1e-6|float](--minenergy) minimum energy level to trigger Russian roulette\n\
-U [1|0] (--normalize) 1 to normalize the fluence to unitary,0 save raw\n\
-d [0|1] (--savedet) 1 to save photon info at detectors,0 not to save\n\
-x [0|1] (--saveexit) 1 to save photon exit positions and directions\n\
setting -x to 1 also implies setting '-d' to 1\n\
-m [0|1] (--momentum) 1 to save photon momentum transfer,0 not to save\n\
-S [1|0] (--save2pt) 1 to save the fluence field, 0 do not save\n\
-C [1|0] (--basisorder) 1 piece-wise-linear basis for fluence,0 constant\n\
Expand Down

0 comments on commit a7d64ff

Please sign in to comment.