Bugfix regarding the feasible flag

This commit is contained in:
okoenig 2004-03-28 22:18:03 +00:00
commit 3276d502ea

View file

@ -130,9 +130,7 @@ public:
push_back( v );
else
front() = v;
feasible=true;
return *this;
}