Changeset 848729 for molecuilder/src/vector.hpp
- Timestamp:
- Dec 29, 2008, 9:46:58 PM (17 years ago)
- Children:
- dafe43
- Parents:
- fe3c9a
- git-author:
- Frederik Heber <heber@…> (12/29/08 21:26:43)
- git-committer:
- Frederik Heber <heber@…> (12/29/08 21:46:58)
- File:
-
- 1 edited
-
molecuilder/src/vector.hpp (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/vector.hpp
-
Property mode
changed from
100644to100755
rfe3c9a r848729 56 56 57 57 ostream & operator << (ostream& ost, Vector &m); 58 Vector& operator+=(Vector& a, const Vector& b);59 Vector& operator*=(Vector& a, const double m);60 Vector& operator*(const Vector& a, const double m);61 Vector& operator+(const Vector& a, const Vector& b);58 //Vector& operator+=(Vector& a, const Vector& b); 59 //Vector& operator*=(Vector& a, const double m); 60 //Vector& operator*(const Vector& a, const double m); 61 //Vector& operator+(const Vector& a, const Vector& b); 62 62 63 63 #endif /*VECTOR_HPP_*/ -
Property mode
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
