Skip to content

Commit

Permalink
Prepare for Eyescale/CMake#533
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Eilemann authored and Stefan Eilemann committed Jan 20, 2017
1 parent d9553e6 commit 8f4df52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/computeVSD/computeVSD.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

/* Copyright (c) 2015-2016, EPFL/Blue Brain Project
/* Copyright (c) 2015-2017, EPFL/Blue Brain Project
* Jafet.VillafrancaDiaz@epfl.ch
* Stefan.Eilemann@epfl.ch
* Daniel.Nachbaur@epfl.ch
Expand Down Expand Up @@ -75,7 +75,7 @@ class ComputeVSD : public CommandLineApplication
"down until y=0 (default: 2081.75641787 micrometers)." )
( "interpolate-attenuation",
"Interpolate the attenuation from the dye curve." )
( "sigma", po::value< double >()->default_value( 0.0045 ),
( "sigma", po::value< double >()->default_value( 0.0045, "0.0045" ),
"Absorption + scattering coefficient (units per micrometer) in "
"the Beer-Lambert law. Must be a positive value "
"(default: 0.0045).")
Expand Down

0 comments on commit 8f4df52

Please sign in to comment.