ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/fortranWrappers.hpp
Revision: 378
Committed: Fri Mar 21 17:42:12 2003 UTC (21 years, 3 months ago) by mmeineke
File size: 514 byte(s)
Log Message:
This commit was generated by cvs2svn to compensate for changes in r377,
which included commits to RCS files with non-trunk default branches.

File Contents

# Content
1 #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