ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/io/ParamConstraint.hpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/io/ParamConstraint.hpp (file contents):
Revision 2376 by tim, Mon Oct 17 19:22:31 2005 UTC vs.
Revision 2377 by tim, Mon Oct 17 19:24:02 2005 UTC

# Line 290 | Line 290 | struct NotParamConstraint: public ParamConstraintFacad
290  
291      NotParamConstraint( ConsT cons) : cons_(cons) {
292          std::stringstream iss;
293 <        iss << "(not" << cons1_.getConstraintDescription() << ")";
293 >        iss << "(not" << cons_.getConstraintDescription() << ")";
294          this->description_ = iss.str();
295      }
296  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines