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 829 by gezelter, Tue Oct 28 16:03:37 2003 UTC

# Line 1 | Line 1
1   #include <iostream>
2 < #include <cstdlib>
2 > #include <stdlib.h>
3  
4  
5   #include "Exclude.hpp"
# 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