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

Comparing trunk/OOPSE/libmdtools/mpiSimulation.hpp (file contents):
Revision 419 by gezelter, Thu Mar 27 15:07:29 2003 UTC vs.
Revision 836 by mmeineke, Tue Oct 28 22:25:46 2003 UTC

# Line 21 | Line 21 | class mpiSimulation{ (public)
21    int  getMyNMol( void )         { return mpiPlug->myNMol; }
22    int  getMyNlocal( void )       { return mpiPlug->myNlocal; }
23    int  getTotAtoms( void )       { return mpiPlug->nAtomsGlobal; }
24 +  int  getTotNmol( void )        { return mpiPlug->nMolGlobal; }
25    int* getAtomToProcMap( void )  { return AtomToProcMap; }
26 <
26 >  int* getMolToProcMap( void )   { return MolToProcMap; }
27 >  int* getMolComponentType(void) { return MolComponentType; }
28 >  
29    // sets the internal function pointer to fortran.
30  
31 <  void setInternal( void (*fSetup) setFortranMPIlist ){
31 >  void setInternal( setFortranMPI_TD fSetup){
32      setFsimParallel = fSetup;
33    }
34  
# Line 43 | Line 46 | class mpiSimulation{ (public)
46    int *AtomType;
47  
48    // private function to initialize the fortran side of the simulation
49 <  void (*setFsimParallel) setFortranMPIlist;
49 >  setFortranMPI_TD setFsimParallel;
50  
51    // int *myIdents; // is needed by Cpp only. It tells the molecule which stamp it is.
52  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines