Changeset e0521b for molecuilder/src/atom.hpp
- Timestamp:
- Aug 8, 2009, 7:17:51 PM (16 years ago)
- Children:
- 0ee99dc
- Parents:
- 67fced
- File:
-
- 1 edited
-
molecuilder/src/atom.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/atom.hpp
r67fced re0521b 49 49 atom(); 50 50 atom(class atom *pointer); 51 ~atom();51 virtual ~atom(); 52 52 53 53 bool Output(int ElementNo, int AtomNo, ofstream *out, const char *comment = NULL) const; … … 55 55 atom *GetTrueFather(); 56 56 bool Compare(const atom &ptr); 57 58 ostream & operator << (ostream &ost); 57 59 58 60 private:
Note:
See TracChangeset
for help on using the changeset viewer.
