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

Comparing trunk/OOPSE-3.0/src/types/AtomType.hpp (file contents):
Revision 2062 by tim, Fri Feb 25 21:22:00 2005 UTC vs.
Revision 2094 by gezelter, Wed Mar 9 14:26:15 2005 UTC

# Line 1 | Line 1
1 < /*
1 > /*
2   * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved.
3   *
4   * The University of Notre Dame grants you ("Licensee") a
# Line 135 | Line 135 | namespace oopse {
135                  return atp.is_Dipole;
136              }
137  
138 +            bool isSplitDipole() {
139 +                return atp.is_SplitDipole;
140 +            }
141 +
142              bool isQuadrupole() {
143                  return atp.is_Quadrupole;
144              }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines