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 626 by mmeineke, Wed Jul 16 21:30:56 2003 UTC vs.
Revision 635 by gezelter, Thu Jul 17 20:32:24 2003 UTC

# Line 4 | Line 4
4   // this defines some function lists, that are too long to keep track
5   // of everywhere
6  
7 < #define makeAtypeList ( int* unique_ident, int* isLJ, int* isSticky, int* isDipole, int* isGB, double* lj_epslon, double* lj_sigma, double* dipole_moment, int* status )
7 > #define makeAtypeList ( int* unique_ident, int* isLJ, int* isSticky, int* isDipole, int* isGB, int* isEAM,double* lj_epslon, double* lj_sigma, double* dipole_moment, int* status )
8  
9 + #define newEAMtype_List ( double* lattice_constant, int* eam_nrho,double* eam_drho,int* eam_nr, double* eam_dr, double* eam_rcut, double* eam_rvals, double* eam_rhovals, double* eam_Frhovals, int* eam_ident, int* status )
10 +
11 +
12 +
13   #define initFortranFFList ( int* LJ_mix_policy, int* useReactionField, int *isError )
14  
15   #define doForceLoopList ( double* positionArray, double* RotationMatrixArray, double* unitVectorArray_l, double* forceArray, double *torqueArray, double* StressTensor, double* potentialEnergy, short int* doPotentialCalc, short int* doStressCalc, int* isError )
16  
17 < #define set_sticky_params_List ( double* sticky_w0, double* sticky_v0 )
17 > #define set_sticky_params_List ( double* sticky_w0, double* sticky_v0, double* sticky_v0p, double* sticky_rl, double* sticky_ru, double* sticky_rlp, double* sticky_rup )
18  
19   #define set_gb_pair_params_List ( double* GB_sigma, double* GB_l2b_ratio, double* GB_eps, double* GB_eps_ratio, double* GB_mu, double* GB_nu )
20  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines