ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/fortranWrapDefines.hpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/fortranWrapDefines.hpp (file contents):
Revision 836 by mmeineke, Tue Oct 28 22:25:46 2003 UTC vs.
Revision 941 by gezelter, Tue Jan 13 23:01:43 2004 UTC

# Line 7 | Line 7 | extern "C" {
7   // here we declare the function pointer typedefs for fortran functions
8  
9   extern "C" {
10 <  
10 >
11    typedef void (*makeAtype_TD) ( int* unique_ident,
12                                   int* isLJ,
13                                   int* isSticky,
14                                   int* isDipole,
15                                   int* isGB,
16                                   int* isEAM,
17 +                                 int* isCharge,
18                                   double* lj_epslon,
19                                   double* lj_sigma,
20 +                                 double* charge,
21                                   double* dipole_moment,
22                                   int* status );
23    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines