Ignore:
Timestamp:
Dec 29, 2008, 12:29:21 PM (17 years ago)
Author:
Frederik Heber <heber@…>
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.
Message:

Merge branch 'ConcaveHull' of ssh://stud64dc-01/home/neuen/workspace/ESPACK into ConcaveHull

Conflicts:

molecuilder/src/boundary.cpp

Fixed the incorporation of write_raster3d_file() ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/vector.hpp

    reec6c8 r3d9045  
    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.