ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/primitives/Element.hpp
(Generate patch)

Comparing:
trunk/src/primitives/Element.hpp (file contents), Revision 1210 by gezelter, Wed Jan 23 03:45:33 2008 UTC vs.
branches/development/src/primitives/Element.hpp (file contents), Revision 1465 by chuckv, Fri Jul 9 23:08:25 2010 UTC

# Line 1 | Line 1 | This basic Element data-holding class was originally t
1   /**********************************************************************
2  
3   This basic Element data-holding class was originally taken from the data.h
4 < file in OpenBabel. The code has been modified to match the OOPSE coding style.
4 > file in OpenBabel. The code has been modified to match the OpenMD coding style.
5  
6   We have retained the OpenBabel copyright and GPL license on this class:  
7  
# Line 31 | Line 31 | GNU General Public License for more details.
31   #ifndef PRIMITIVES_ELEMENT_HPP
32   #define PRIMITIVES_ELEMENT_HPP
33   #include <string>
34 + #include <string.h>
35   #include "config.h"
36  
37 < namespace oopse{
37 > namespace OpenMD{
38    class Element {
39    public:
40      Element()    {}

Comparing:
trunk/src/primitives/Element.hpp (property svn:keywords), Revision 1210 by gezelter, Wed Jan 23 03:45:33 2008 UTC vs.
branches/development/src/primitives/Element.hpp (property svn:keywords), Revision 1465 by chuckv, Fri Jul 9 23:08:25 2010 UTC

# Line 0 | Line 1
1 + Author Id Revision Date

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines