ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/staticProps/PairCorrList.hpp
(Generate patch)

Comparing trunk/OOPSE/staticProps/PairCorrList.hpp (file contents):
Revision 809 by mmeineke, Fri Oct 10 17:10:22 2003 UTC vs.
Revision 810 by mmeineke, Fri Oct 17 21:19:07 2003 UTC

# Line 1 | Line 1
1   #ifndef __PAIRCORRLIST_H__
2   #define __PAIRCORRLIST_H__
3  
4 < enum pairCorrEnum { gofr };
4 > enum pairCorrEnum { none, gofr };
5  
6   #define PCL_NAME_LENGTH 200
7  
8   class PairCorrList{
9   public:
10    PairCorrList( pairCorrEnum type, char* atom1, char* atom2 );
11 <  PairCorrList( ) { myType = -1; }
11 >  PairCorrList( ) { myType = none; }
12    ~PairCorrList(){}
13  
14    void setType( pairCorrEnum type ) { myType = type; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines