--- branches/development/src/io/ParamConstraint.hpp 2011/11/22 20:38:56 1665 +++ branches/development/src/io/ParamConstraint.hpp 2012/06/06 02:18:54 1746 @@ -361,7 +361,7 @@ namespace OpenMD { template inline LessThanOrEqualToConstraint isLessThanOrEqualTo(T& v ) { - return ParamConstraintFacade >(v); + return LessThanOrEqualToConstraint(v); } template