ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE_old/src/mdtools/libmdCode/SimInfo.hpp
(Generate patch)

Comparing trunk/OOPSE_old/src/mdtools/libmdCode/SimInfo.hpp (file contents):
Revision 290 by chuckv, Thu Feb 27 21:25:47 2003 UTC vs.
Revision 293 by mmeineke, Thu Mar 6 16:07:57 2003 UTC

# Line 10 | Line 10
10  
11   #define __C
12   #include "fSimulation.h"
13 + #include <fortranWrapDefines.hpp>
14  
15  
16 +
17   class SimInfo{
18  
19   public:
# Line 80 | Line 82 | class SimInfo{ (public)
82  
83    // sets the internal function pointer to fortran.
84  
85 <  void setInternal( void (*fSetup)( simtype*, int* ) ){
85 >  void setInternal( void (*fSetup) setFortranSimList ){
86      setFsimulation = fSetup;
87    }
88  
# Line 90 | Line 92 | class SimInfo{ (public)
92    void wrapMe();
93    
94    // private function to initialize the fortran side of the simulation
95 <  void (*setFsimulation)( simtype* the_Info, int* isError );
95 >  void (*setFsimulation) setFortranSimList;
96  
97  
98   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines