ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/primitives/GhostBend.cpp
(Generate patch)

Comparing branches/new_design/OOPSE-4/src/primitives/GhostBend.cpp (file contents):
Revision 1831 by tim, Wed Dec 1 19:10:51 2004 UTC vs.
Revision 1832 by tim, Thu Dec 2 16:04:19 2004 UTC

# Line 1 | Line 1
1 < #include "primitives/Bend.hpp"
1 > #include "primitives/GhostBend.hpp"
2   #include "primitives/DirectionalAtom.hpp"
3   namespace oopse {
4  
5   /**@todo still a lot left to improve*/
6 < void Bend::calcForce() {
6 > void GhostBend::calcForce() {
7      DirectionalAtom* ghostAtom = static_cast<DirectionalAtom*>(atom2_);
8      
9      Vector3d pos1 = atom1_->getPos();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines