ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE_old/src/mdtools/libmdCode/fortranWrapDefines.hpp
(Generate patch)

Comparing trunk/OOPSE_old/src/mdtools/libmdCode/fortranWrapDefines.hpp (file contents):
Revision 293 by mmeineke, Thu Mar 6 16:07:57 2003 UTC vs.
Revision 355 by mmeineke, Mon Mar 17 20:14:33 2003 UTC

# Line 1 | Line 1
1 < #ifndef __FORTAN_WRAP_DEFINES_H__
2 < #ifndef __FORTAN_WRAP_DEFINES_H__
1 > #ifndef __FORTRAN_WRAP_DEFINES_H__
2 > #define __FORTRAN_WRAP_DEFINES_H__
3  
4   // this defines some function lists, that are too long to keep track
5   // of everywhere
6  
7 < #define newAtypeList ( int* ident, double* mass, double* epslon, \
8 < double* sigma, int* isDipole, int* isSSd, double* dipole, double* w0, \
9 < double* v0, int* status )
7 > #define makeAtypeList ( int* unique_ident, \
8 > int* isLJ, int* isSticky, int* isDipole, int* isGB, \
9 > double* lj_epslon, double* lj_sigma, \
10 > double* dipole_moment, double* w0, double* v0,\
11 > double* GB_sigma, double* GB_l2b_ratio, double* GB_eps, \
12 > double* GB_eps_ratio, double* GB_mu, double* GB_nu, \
13 > int* status )
14  
15 < #define initFortranFFList ( int *nLocal, int *identArray, int *isError )
15 > #define initFortranFFList ( ff_type* the_FFinfo, int *isError )
16  
17 < #define doForceLoopList ( double* positionArray,double* forceArray, \
18 < double* potentialEnergy, double* tau, short int* doPotentialCalc, \
19 < int* isError )
17 > #define doForceLoopList ( double* positionArray, double* RotationMatrixArray,\
18 > double *dipoleMomentArray, double unitVectorArray_l, double* forceArray,\
19 > double *torqueArray, double* StressTensor, double* potentialEnergy,\
20 > short int* doPotentialCalc, int* isError )
21  
22 < #define setFortanSimList ( simtype* the_Info, int* isError )
22 > #define setFortranSimList ( simtype* the_Info, int* isError )
23  
24   #ifdef IS_MPI
25  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines