ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/fortranWrappers.hpp
Revision: 631
Committed: Thu Jul 17 19:25:51 2003 UTC (20 years, 11 months ago) by chuckv
File size: 673 byte(s)
Log Message:
Added massive changes for eam....

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 chuckv 631 extern void (*newEAMtype) newEAMtype_List;
15 mmeineke 377
16     extern void (*initFortranFF) initFortranFFList;
17 gezelter 461 extern void (*set_sticky_params) set_sticky_params_List;
18     extern void (*set_gb_pair_params) set_gb_pair_params_List;
19 mmeineke 377
20     extern void wrapMeFF( ForceFields* thisFF );
21    
22     extern void wrapMeSimInfo( SimInfo* thePlug );
23    
24     #ifdef IS_MPI
25     extern void wrapMeSimParallel( mpiSimulation* thisMPIsim );
26     #endif // is_mpi
27    
28     #endif // fortranWrappers.hpp