Ignore:
Timestamp:
Aug 8, 2009, 7:17:51 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
0ee99dc
Parents:
67fced
Message:

new stream operator with just one parameter and virtual destructor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/atom.hpp

    r67fced re0521b  
    4949  atom();
    5050  atom(class atom *pointer);
    51   ~atom();
     51  virtual ~atom();
    5252
    5353  bool Output(int ElementNo, int AtomNo, ofstream *out, const char *comment = NULL) const;
     
    5555  atom *GetTrueFather();
    5656  bool Compare(const atom &ptr);
     57
     58  ostream & operator << (ostream &ost);
    5759
    5860  private:
Note: See TracChangeset for help on using the changeset viewer.