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

Comparing:
trunk/OOPSE/libmdtools/Exclude.hpp (file contents), Revision 410 by gezelter, Wed Mar 26 21:23:00 2003 UTC vs.
branches/no-template-branch/OOPSE/libmdtools/Exclude.hpp (file contents), Revision 831, Tue Oct 28 16:20:29 2003 UTC

# Line 13 | Line 13 | class Exclude{ (public)
13    static void createArray( int nExludes );
14    static void destroyArray( void );
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);
16 >
17 >  static void addExcludePairs(int nAdded, int* AexPair);
18 >  static void deleteExcludePair(int theIndex);
19 >  static void deleteRange(int startIndex, int stopIndex);
20  
21    void setPair( int i, int j);
22 +  void printMe( void );
23  
24   protected:
25    
26 +  int index;
27    int exI;
28    int exJ;
29   };  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines