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 347 by mmeineke, Thu Mar 6 20:05:39 2003 UTC vs.
Revision 348 by mmeineke, Fri Mar 14 21:33:10 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* isLJ, int* isSSD, int* isDipole, int* isGB \
7 > #define makeAtypeList ( int* ident, double* mass, double* epslon,\
8 > double* sigma, int* isLJ, int* isSSD, int* isDipole, int* isGB,\
9   double* w0, double* v0, double* dipole, int* status )
10  
11   #define initFortranFFList ( int *nLocal, int *identArray, int *isError )
# Line 15 | Line 15 | short int* doPotentialCalc, int* isError )
15   double *torqueArray, double* StressTensor, double* potentialEnergy,\
16   short int* doPotentialCalc, int* isError )
17  
18 < #define setFortanSimList ( simtype* the_Info, int* isError )
18 > #define setFortranSimList ( simtype* the_Info, int* isError )
19  
20   #ifdef IS_MPI
21  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines