ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/io/ParamConstraint.hpp
(Generate patch)

Comparing branches/development/src/io/ParamConstraint.hpp (file contents):
Revision 1745 by gezelter, Tue Nov 22 20:38:56 2011 UTC vs.
Revision 1746 by gezelter, Wed Jun 6 02:18:54 2012 UTC

# Line 361 | Line 361 | namespace OpenMD {
361  
362    template<typename T>
363    inline LessThanOrEqualToConstraint<T> isLessThanOrEqualTo(T& v ) {
364 <    return ParamConstraintFacade<LessThanOrEqualToConstraint<T> >(v);
364 >    return LessThanOrEqualToConstraint<T>(v);
365    }
366  
367    template<typename T>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines