ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE_old/src/mdtools/libmdCode/GhostBend.cpp
(Generate patch)

Comparing trunk/OOPSE_old/src/mdtools/libmdCode/GhostBend.cpp (file contents):
Revision 303 by mmeineke, Mon Mar 10 16:54:21 2003 UTC vs.
Revision 367 by mmeineke, Wed Mar 19 17:29:49 2003 UTC

# Line 20 | Line 20 | GhostBend::GhostBend( Atom &a, Atom &b ){
20      sprintf( painCave.errMsg,
21               " Ghost Bend error: Atom # %d of type \"%s\" is not "
22               "directional.\n",
23 <             c_p_b->getIndex,
24 <             c_p_b->getType() );
23 >             b.getIndex(),
24 >             b.getType() );
25      painCave.isFatal = 1;
26      simError();
27    }    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines