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

Comparing trunk/OOPSE/libmdtools/NLModel.hpp (file contents):
Revision 1023 by tim, Wed Feb 4 22:26:00 2004 UTC vs.
Revision 1031 by tim, Fri Feb 6 18:58:06 2004 UTC

# Line 42 | Line 42 | class NLModel{
42      virtual SymMatrix calcHessian(vector<double>& x)  = 0;
43  
44   #ifdef IS_MPI
45 <    void setMPIINITFunctor(MPIINITFunctor* func);
46 <    int getLocalDim() {return localDim;}
45 >    //void setMPIINITFunctor(MPIINITFunctor* func);
46 >    //int getLocalDim() {return localDim;}
47      
48 <    virtual void update();  //a hook function to load balancing
48 >    //virtual void update();  //a hook function to load balancing
49   #endif
50  
51    protected:
# Line 58 | Line 58 | class NLModel{
58      bool mpiInitFlag;
59      int myRank;                           //rank of current node
60      int numOfProc;                      // number of processors
61 <    MPIINITFunctor * mpiInitFunc;
61 >    //MPIINITFunctor * mpiInitFunc;
62      
63      int localDim;
64      vector<int> procMappingArray;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines