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

Comparing trunk/OOPSE-4/src/math/Polynomial.hpp (file contents):
Revision 2576 by tim, Mon Jan 30 22:25:27 2006 UTC vs.
Revision 2577 by gezelter, Wed Feb 1 17:26:43 2006 UTC

# Line 204 | Line 204 | namespace oopse {
204          for (i =  p.begin(); i  != p.end(); ++i) {
205            this->addCoefficient(i->first, -i->second);
206          }        
207 +        return *this;
208      }
209  
210      PolynomialType& operator *= (const PolynomialType& p) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines