Changeset 4eee8f for molecuilder/src/bond.cpp
- Timestamp:
- Apr 30, 2010, 10:07:23 AM (16 years ago)
- Children:
- 59e7832
- Parents:
- f70c2a
- File:
-
- 1 edited
-
molecuilder/src/bond.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/bond.cpp
rf70c2a r4eee8f 119 119 double bond::GetDistance() const 120 120 { 121 return (leftatom->node-> Distance(*rightatom->node));121 return (leftatom->node->distance(*rightatom->node)); 122 122 }; 123 123
Note:
See TracChangeset
for help on using the changeset viewer.
