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 438 by chuckv, Mon Mar 31 21:50:59 2003 UTC vs.
Revision 804 by mmeineke, Thu Oct 16 19:16:24 2003 UTC

# Line 17 | Line 17 | void Exclude::createArray( int the_nExcludes ){
17   void Exclude::createArray( int the_nExcludes ){
18    
19    nExcludes = the_nExcludes;
20  std::cerr << "nExcludes = " << nExcludes << "\n";
20    exPairs = new int[nExcludes*2];
21   }
22  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines