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

Comparing trunk/OOPSE_old/src/mdtools/libmdCode/fortranWrappers.hpp (file contents):
Revision 293 by mmeineke, Thu Mar 6 16:07:57 2003 UTC vs.
Revision 294 by mmeineke, Thu Mar 6 17:04:09 2003 UTC

# Line 2 | Line 2
2   #define __FORTRANWRAPPERS_H__
3  
4   #include <fortranWrapDefines.hpp>
5 + #include <ForceFields.hpp>
6 + #include <SimInfo.hpp>
7  
8 + #ifdef IS_MPI
9 + #include <mpiSimulation.hpp>
10 + #endif // is_mpi
11  
12 +
13   extern void (*newAtype) newAtypeList;
14  
15   extern void (*initFortranFF) initFortranFFList;
16  
17 + extern void wrapMeFF( ForceFields* thisFF );
18  
19 + extern void wrapMeSimInfo( SimInfo* thePlug );
20  
21 + #ifdef IS_MPI
22 + extern void wrapMeSimParallel( mpiSimulation* thisMPIsim );
23 + #endif // is_mpi
24 +
25   #endif // fortranWrappers.hpp

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines