ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/visitors/ZconsVisitor.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-4/src/visitors/ZconsVisitor.hpp (file contents):
Revision 1911 by tim, Mon Jan 10 18:05:45 2005 UTC vs.
Revision 1912 by tim, Mon Jan 10 20:52:07 2005 UTC

# Line 27 | Line 27 | class ZConsVisitor : public BaseVisitor{
27  
28          virtual void update();
29  
30 <        bool haveZconsMol() {return zmolStates_.empty(); }
30 >        bool haveZconsMol() {return !zmolStates_.empty(); }
31  
32          virtual const std::string toString();
33          protected:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines