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 411 by gezelter, Wed Mar 26 21:23:00 2003 UTC vs.
Revision 412 by mmeineke, Wed Mar 26 21:50:33 2003 UTC

# Line 9 | Line 9 | void Exclude::createArray( int nExcludes ){
9    exJ = theIndex*2 + 1;
10   }
11  
12 < void Exclude::createArray( int nExcludes ){
13 <
12 > void Exclude::createArray( int the_nExcludes ){
13 >  
14 >  nExcludes = the_nExcludes;
15    exPairs = new int[nExcludes*2];
16   }
17  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines