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

Comparing branches/new_design/OOPSE-2.0/src/types/PolynomialBondType.hpp (file contents):
Revision 1746 by tim, Wed Nov 17 06:37:56 2004 UTC vs.
Revision 1747 by tim, Wed Nov 17 18:58:49 2004 UTC

# Line 77 | Line 77 | std::ostream& operator <<(std::ostream& os, Polynomial
77      i = pbt.polynomial_.begin();
78      
79      if (i == pbt.polynomial_.end()) {
80 <        os << "This Polynomial contains nothing" << std::endl;
80 >        os << "This PolynomialBondType contains nothing" << std::endl;
81          return os;
82      }
83  
84 <    os << "This Polynomial contains below terms:" << std::endl;    
84 >    os << "This PolynomialBondType contains below terms:" << std::endl;    
85      
86      while(true){
87          os << i->second << "*" << "(r - " << pbt.getEquilibriumBondLength() << ")" << "^" << i->first;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines