Changeset 4eee8f for molecuilder/src/atom.cpp
- Timestamp:
- Apr 30, 2010, 10:07:23 AM (16 years ago)
- Children:
- 59e7832
- Parents:
- f70c2a
- File:
-
- 1 edited
-
molecuilder/src/atom.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/atom.cpp
rf70c2a r4eee8f 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.
