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

Comparing trunk/OOPSE/libmdtools/Exclude.cpp (file contents):
Revision 412 by mmeineke, Wed Mar 26 21:50:33 2003 UTC vs.
Revision 413 by mmeineke, Wed Mar 26 21:54:49 2003 UTC

# Line 2 | Line 2
2  
3   #include "Exclude.hpp"
4  
5 + int* Exclude::exPair
6 + int Exclude::nExcludes;
7  
6
8   Exclude::Exclude( int theIndex ){
9    exI = theIndex*2;
10    exJ = theIndex*2 + 1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines