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

Comparing branches/new_design/OOPSE-3.0/src/types/PolynomialTorsionType.hpp (file contents):
Revision 1747 by tim, Wed Nov 17 18:58:49 2004 UTC vs.
Revision 1801 by tim, Tue Nov 30 04:43:29 2004 UTC

# Line 25 | Line 25
25  
26   /**
27   * @file PolynomialTorsionType.hpp
28 < * @author    teng lin
28 > * @author teng lin
29   * @date  11/16/2004
30   * @version 1.0
31   */
# Line 33 | Line 33 | namespace oopse {
33   #ifndef TYPES_POLYNOMIALBONDTYPE_HPP
34   #define TYPES_POLYNOMIALBONDTYPE_HPP
35  
36 namespace oopse {
37
36   #include "math/Polynomial.hpp"
37   #include "types/TorsionType.hpp"
38 +
39 + namespace oopse {
40 +
41   /**
42   * @class PolynomialTorsionType PolynomialTorsionType.hpp "types/PolynomialTorsionType.hpp"
43   * @todo documentation
# Line 76 | 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 >    DoublePolynomial::const_iterator i;
81  
82      i = ptt.polynomial_.begin();
83      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines