Skip to content

Commit

Permalink
Update sdp2vol.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kerautret authored Mar 18, 2018
1 parent d697c16 commit 3dec3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion converters/sdp2vol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ int main( int argc, char** argv )
("foregroundVal,f", po::value<int>()->default_value(128), "value which will represent the foreground object in the resulting image (default 128)")
("invertY", "Invert the Y axis (image flip in the y direction)")
("backgroundVal,b", po::value<int>()->default_value(0), "value which will represent the background outside the object in the resulting image (default 0)")
("domain,d", po::value<std::vector <int> >()->multitoken(), "defines the domain of the resulting image xmin ymin zmin xmax ymax zmax ");
("domain,d", po::value<std::vector <int> >()->multitoken(), "customizes the domain of the resulting image xmin ymin zmin xmax ymax zmax (computed automatically by default) ");

bool parseOK=true;
po::variables_map vm;
Expand Down

0 comments on commit 3dec3a9

Please sign in to comment.