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

Comparing branches/new_design/OOPSE-4/src/types/PolynomialTorsionType.hpp (file contents):
Revision 1798 by tim, Tue Nov 30 03:32:12 2004 UTC vs.
Revision 1799 by tim, Tue Nov 30 03:49:22 2004 UTC

# Line 77 | Line 77 | std::ostream& operator <<(std::ostream& os, Polynomial
77   };
78  
79   std::ostream& operator <<(std::ostream& os, PolynomialTorsionType& ptt) {
80 <    typename DoublePolynomial::PolynomialIterator i;
80 >    typename DoublePolynomial::const_iterator i;
81  
82      i = ptt.polynomial_.begin();
83      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines