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 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 2069 by tim, Tue Mar 1 20:10:14 2005 UTC

# Line 126 | Line 126 | class Polynomial {
126           */
127          
128          void setCoefficient(int exponent, const ElemType& coefficient) {
129 <            polyPairMap_.insert(PolynomialPairMap::value_type(exponent, coefficient));
129 >            polyPairMap_.insert(typename PolynomialPairMap::value_type(exponent, coefficient));
130          }
131  
132          /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines