Changeset 8c01ce for molecuilder/src/atom.cpp
- Timestamp:
- May 8, 2010, 10:05:35 AM (16 years ago)
- Children:
- abde75
- Parents:
- 1775d3 (diff), 25e17e9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
molecuilder/src/atom.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/atom.cpp
r1775d3 r8c01ce 261 261 double atom::DistanceToVector(const Vector &origin) const 262 262 { 263 return origin. Distance(x);263 return origin.distance(x); 264 264 }; 265 265
Note:
See TracChangeset
for help on using the changeset viewer.
