ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/GhostBend.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/GhostBend.cpp (file contents):
Revision 670 by mmeineke, Thu Aug 7 21:47:18 2003 UTC vs.
Revision 704 by tim, Wed Aug 20 19:11:51 2003 UTC

# Line 9 | Line 9 | GhostBend::GhostBend( Atom &a, Atom &b ){
9  
10  
11  
12 < GhostBend::GhostBend( Atom &a, Atom &b ){
12 > GhostBend::GhostBend( Atom &a, Atom &b, Atom &c ){
13  
14 <  c_p_a = &a;
14 >  set_atoms(a, b, c);
15    
16    if( !b.isDirectional() ){
17      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines