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

Comparing trunk/OOPSE-2.0/src/types/AtomType.cpp (file contents):
Revision 1669 by gezelter, Tue Oct 26 22:25:19 2004 UTC vs.
Revision 1670 by gezelter, Thu Oct 28 16:56:20 2004 UTC

# Line 18 | Line 18 | namespace oopse {
18      mass = 0.0;
19      
20      // atom type is a Tabula Rasa:
21 +    atp.is_Directional = 0;
22      atp.is_LennardJones = 0;
23      atp.is_Electrostatic = 0;
24      atp.is_Charge = 0;
25 <    atp.is_Directional = 0;
25 >    atp.is_Dipole = 0;
26      atp.is_Sticky = 0;
27      atp.is_GayBerne = 0;
28      atp.is_EAM = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines