ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE_old/src/mdtools/libmdCode/fortranWrappers.hpp
Revision: 294
Committed: Thu Mar 6 17:04:09 2003 UTC (21 years, 4 months ago) by mmeineke
File size: 512 byte(s)
Log Message:
finished conversion of all function wrapping into fortranWrappers.cpp and .hpp respectively

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 (*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