diff options
author | Thomas White <taw@physics.org> | 2014-11-17 11:26:26 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-11-17 11:26:26 +0100 |
commit | 0a9714c7d08b53da1ec2609e926f5c5bef90c91c (patch) | |
tree | 744da71c72874c1e2c724109eef6266f4182d4ba /src/pattern_sim.c | |
parent | cd04f8b5bd80862322d4e518345b7b9d15dda186 (diff) |
Formatting
Diffstat (limited to 'src/pattern_sim.c')
-rw-r--r-- | src/pattern_sim.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pattern_sim.c b/src/pattern_sim.c index 0df09b75..28e1eea9 100644 --- a/src/pattern_sim.c +++ b/src/pattern_sim.c @@ -94,9 +94,9 @@ static void show_help(const char *s) " --background=<N> Add N photons of Poisson background (default 0).\n" " --template=<file> Take orientations from stream <file>.\n" " --no-fringes Exclude the side maxima of Bragg peaks.\n" -" --beam-bandwidth Beam bandwidth as a fraction. Default 1%%.\n" -" --photon-energy Photon energy in eV. Default 9000.\n" -" --nphotons Number of photons per X-ray pulse. Default 1e12.\n" +" --beam-bandwidth Beam bandwidth as a fraction. Default 1%%.\n" +" --photon-energy Photon energy in eV. Default 9000.\n" +" --nphotons Number of photons per X-ray pulse. Default 1e12.\n" ); } |