hepmc - Diff between revs 65 and 69

Subversion Repositories:
Rev:
Show entire file - Ignore whitespace
Rev 65 Rev 69
Line 78... Line 78...
78 78
79     ///////////// 79     /////////////
80     // Friends // 80     // Friends //
81     ///////////// 81     /////////////
82 82
83     std::ostream& operator<<( std::ostream& ostr, const Polarization& polar ) { -  
84     /// write theta and phi to the output stream 83     /// write theta and phi to the output stream
-   84     std::ostream& operator<<( std::ostream& ostr, const Polarization& polar ) {
85         return ostr << "(" << polar.theta() 85         return ostr << "(" << polar.theta()
86                     << ","  << polar.phi() << ")"; 86                     << ","  << polar.phi() << ")";
87     } 87     }
88     88    
89 } // HepMC 89 } // HepMC