Changeset 3d9045 for molecuilder/src/vector.hpp
- Timestamp:
- Dec 29, 2008, 12:29:21 PM (17 years ago)
- Children:
- 95183e
- Parents:
- eec6c8 (diff), 2ac928 (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
-
molecuilder/src/vector.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/vector.hpp
reec6c8 r3d9045 21 21 double Projection(const Vector *y) const; 22 22 double Norm() const ; 23 double Angle( constVector *y) const;23 double Angle(Vector *y) const; 24 24 25 25 void AddVector(const Vector *y); … … 55 55 }; 56 56 57 o stream & operator << (ostream& ost, Vector &m);57 ofstream& operator<<(ofstream& ost, Vector& m); 58 58 Vector& operator+=(Vector& a, const Vector& b); 59 59 Vector& operator*=(Vector& a, const double m);
Note:
See TracChangeset
for help on using the changeset viewer.
