# | Line 159 | Line 159 | namespace OpenMD { | |
---|---|---|
159 | * this Polynomial. | |
160 | * @return the coefficient associated with the given power for | |
161 | * this Polynomial | |
162 | < | * @exponent exponent of any term in this Polynomial |
162 | > | * @param exponent exponent of any term in this Polynomial |
163 | */ | |
164 | Real getCoefficient(ExponentType exponent) { | |
165 | iterator i = polyPairMap_.find(exponent); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |