Changeset 0e2190 for molecuilder/src/vector.hpp
- Timestamp:
- Aug 3, 2009, 6:58:46 PM (16 years ago)
- Children:
- f4a346
- Parents:
- 4e4940 (diff), e8de2e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/vector.hpp
r4e4940 r0e2190 24 24 double NormSquared() const; 25 25 double Angle(const Vector *y) const; 26 bool IsNull(); 26 27 27 28 void AddVector(const Vector *y); … … 58 59 }; 59 60 60 ostream & operator << (ostream& ost, Vector &m);61 ostream & operator << (ostream& ost, const Vector &m); 61 62 //Vector& operator+=(Vector& a, const Vector& b); 62 63 //Vector& operator*=(Vector& a, const double m);
Note:
See TracChangeset
for help on using the changeset viewer.