Changeset dc162d for molecuilder/src
- Timestamp:
- Aug 3, 2009, 4:48:00 PM (16 years ago)
- Children:
- e8de2e
- Parents:
- a87d5e6
- File:
-
- 1 edited
-
molecuilder/src/molecules.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecules.hpp
ra87d5e6 rdc162d 151 151 bool OutputXYZLine(ofstream *out) const; 152 152 atom *GetTrueFather(); 153 bool Compare( atom &ptr);153 bool Compare(const atom &ptr); 154 154 155 155 private: 156 156 }; 157 157 158 ostream & operator << (ostream &ost, atom &a);158 ostream & operator << (ostream &ost, const atom &a); 159 159 160 160 /** Bonds between atoms.
Note:
See TracChangeset
for help on using the changeset viewer.
