ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/UseTheForce/DarkSide/lj_interface.h
(Generate patch)

Comparing trunk/OOPSE-4/src/UseTheForce/DarkSide/lj_interface.h (file contents):
Revision 1623 by chuckv, Thu Oct 21 15:24:55 2004 UTC vs.
Revision 1633 by gezelter, Fri Oct 22 20:22:48 2004 UTC

# Line 18 | Line 18
18   #include "config.h"
19  
20   #define newLJtype F90_FUNC(newljtype, NEWLJTYPE)
21 + #define useGeometricMixing F90_FUNC(usegeometricmixing, USEGEOMETRICMIXING)
22  
23   extern "C"{
24 <  void newEAMtype( int* ident,
25 <                   double* lj_sigma,
26 <                   double* lj_epsilon
27 <                   int* status);
24 >  void newLJtype( int* ident,
25 >                  double* sigma,
26 >                  double* epsilon,
27 >                  int* status);
28 >
29 >  void useGeometricMixing( );
30   }  
31   #endif
32  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines