Ignore:
Timestamp:
May 8, 2010, 10:05:35 AM (16 years ago)
Author:
Frederik Heber <heber@…>
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.
Message:

Merge commit 'jupiter/StructureRefactoring' into StructureRefactoring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/atom.cpp

    r1775d3 r8c01ce  
    261261double atom::DistanceToVector(const Vector &origin) const
    262262{
    263   return origin.Distance(x);
     263  return origin.distance(x);
    264264};
    265265
Note: See TracChangeset for help on using the changeset viewer.