ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/fortranWrappers.hpp
Revision: 626
Committed: Wed Jul 16 21:30:56 2003 UTC (20 years, 11 months ago) by mmeineke
File size: 630 byte(s)
Log Message:
Changed how cutoffs were handled from C. Now notifyCutoffs in Fortran notifies those who need the information of any changes to cutoffs.

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 extern void (*set_sticky_params) set_sticky_params_List;
17 extern void (*set_gb_pair_params) set_gb_pair_params_List;
18
19 extern void wrapMeFF( ForceFields* thisFF );
20
21 extern void wrapMeSimInfo( SimInfo* thePlug );
22
23 #ifdef IS_MPI
24 extern void wrapMeSimParallel( mpiSimulation* thisMPIsim );
25 #endif // is_mpi
26
27 #endif // fortranWrappers.hpp