Ignore:
Timestamp:
Dec 23, 2008, 11:22:57 AM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
fe3c9a
Parents:
edf4a0
Message:

Cleaned up all debugging output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/vector.hpp

    redf4a0 r07c050  
    2121  double Projection(const Vector *y) const;
    2222  double Norm() const ;
    23   double Angle(Vector *y) const;
     23  double Angle(const Vector *y) const;
    2424
    2525  void AddVector(const Vector *y);
     
    5555};
    5656
    57 ofstream& operator<<(ofstream& ost, Vector& m);
     57ostream & operator << (ostream& 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.