isis-group / isis

The ISIS project aims to provide a framework to access a large variety of image processing libraries written in different programming languages and environments.
GNU General Public License v3.0
17 stars 14 forks source link

application parameters and default values #8

Open rollwurst opened 13 years ago

rollwurst commented 13 years ago

The default value of a parameter is changed when it's value is provided by commandline. We have to check the parameter and application design.

DerOrfa commented 13 years ago

Thats a design issue of the implementation based on util::PropertyValue.

The default is the value stored by the util::PropertyValue and it also specifies the requested type of the parameter. But it also stores the parsed parameter - so it (the default) changes after parsing ....

Feel free to improve ... :-)