Ignore:
Timestamp:
Dec 23, 2008, 1:28:05 PM (17 years ago)
Author:
Christian Neuen <neuen@…>
Children:
3d9045
Parents:
fe3c9a
Message:

fancy commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/vector.hpp

    rfe3c9a r2ac928  
    2121  double Projection(const Vector *y) const;
    2222  double Norm() const ;
    23   double Angle(const Vector *y) const;
     23  double Angle(Vector *y) const;
    2424
    2525  void AddVector(const Vector *y);
     
    5555};
    5656
    57 ostream & operator << (ostream& ost, Vector &m);
     57ofstream& operator<<(ofstream& ost, Vector& m);
    5858Vector& operator+=(Vector& a, const Vector& b);
    5959Vector& operator*=(Vector& a, const double m);
Note: See TracChangeset for help on using the changeset viewer.