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 422 by mmeineke, Thu Mar 27 19:21:42 2003 UTC vs.
Revision 836 by mmeineke, Tue Oct 28 22:25:46 2003 UTC

# Line 28 | Line 28 | class mpiSimulation{ (public)
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 46 | 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