Changeset 245826 for molecuilder/src/molecule_graph.cpp
- Timestamp:
- Oct 30, 2009, 4:09:29 PM (16 years ago)
- Children:
- df0520
- Parents:
- b84ab4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecule_graph.cpp
rb84ab4 r245826 122 122 *out << Verbose(1) << "AtomCount " << AtomCount << "." << endl; 123 123 124 if ( AtomCount != 0) {124 if ((AtomCount > 1) && (bonddistance > 1.)) { 125 125 LC = new LinkedCell(this, bonddistance); 126 126
Note:
See TracChangeset
for help on using the changeset viewer.