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

Comparing branches/new_design/OOPSE-2.0/src/types/AtomType.cpp (file contents):
Revision 1814 by tim, Wed Dec 1 17:38:32 2004 UTC vs.
Revision 1815 by tim, Wed Dec 1 18:42:45 2004 UTC

# Line 22 | Line 22 | namespace oopse {
22      // atom type is a Tabula Rasa:
23      atp.is_Directional = 0;
24      atp.is_LennardJones = 0;
25    atp.is_Electrostatic = 0;
25      atp.is_Charge = 0;
26      atp.is_Dipole = 0;
27 <    atp.is_Multipole = 0;
27 >    atp.is_Quadrupole = 0;
28      atp.is_Sticky = 0;
29      atp.is_GayBerne = 0;
30      atp.is_EAM = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines