DefaultRange is public again.

This commit is contained in:
Marcel Kronfeld 2008-09-04 09:32:57 +00:00
parent 9d9f507d13
commit a9a8559e69

View File

@ -199,7 +199,7 @@ public abstract class AbstractProblemDouble extends AbstractOptimizationProblem
*
* @return value of the absolute range limit
*/
protected double getDefaultRange() {
public double getDefaultRange() {
return m_DefaultRange;
}
/**