ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/fortranWrappers.hpp
Revision: 377
Committed: Fri Mar 21 17:42:12 2003 UTC (21 years, 3 months ago) by mmeineke
Original Path: branches/mmeineke/OOPSE/libmdtools/fortranWrappers.hpp
File size: 514 byte(s)
Log Message:
New OOPSE Tree

File Contents

# User Rev Content
1 mmeineke 377 #ifndef __FORTRANWRAPPERS_H__
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 (*makeAtype) makeAtypeList;
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