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

Comparing trunk/OOPSE/libmdtools/Exclude.hpp (file contents):
Revision 408 by mmeineke, Wed Mar 26 20:45:07 2003 UTC vs.
Revision 410 by gezelter, Wed Mar 26 21:23:00 2003 UTC

# Line 7 | Line 7 | class Exclude{ (public)
7    Exclude(int theIndex);
8    ~Exclude(){}
9  
10 +  static int* exPairs;  // The Excludes array
11 +  static int nExcludes;
12 +
13    static void createArray( int nExludes );
14    static void destroyArray( void );
15 <  static double* getArray( void ){ return exPairs; }
16 <  static double* exPairs;
17 <  
15 >  static int* getArray( void ){ return exPairs; }
16 >  void addExcludePairs(int nAdded, int* AexPair);
17 >  void deleteExcludePair(int theIndex);
18 >  void deleteRange(int startIndex, int stopIndex);
19 >
20    void setPair( int i, int j);
21  
22   protected:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines