ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/templatesBranch10-28-03/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.
branches/templatesBranch10-28-03/OOPSE/libmdtools/Exclude.cpp (file contents), Revision 824, Mon Oct 27 22:07:49 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