Ignore:
Timestamp:
Apr 30, 2010, 10:07:23 AM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
59e7832
Parents:
f70c2a
Message:

Declared the Vector class as single point spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/bond.cpp

    rf70c2a r4eee8f  
    119119double bond::GetDistance() const
    120120{
    121   return (leftatom->node->Distance(*rightatom->node));
     121  return (leftatom->node->distance(*rightatom->node));
    122122};
    123123
Note: See TracChangeset for help on using the changeset viewer.