Changeset a7b3b8 for molecuilder/src/molecules.hpp
- Timestamp:
- Oct 9, 2008, 4:19:39 PM (17 years ago)
- Children:
- b86de7
- Parents:
- 68cfd1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecules.hpp
r68cfd1 ra7b3b8 154 154 }; 155 155 156 ostream & operator << (ostream &ost, atom &a);156 ostream & operator << (ostream &ost, const atom &a); 157 157 158 158 /** Bonds between atoms. … … 194 194 195 195 196 ostream & operator << (ostream &ost, bond &b);196 ostream & operator << (ostream &ost, const bond &b); 197 197 198 198 class MoleculeLeafClass;
Note:
See TracChangeset
for help on using the changeset viewer.