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

Comparing trunk/OOPSE-4/src/UseTheForce/DarkSide/eam_interface.h (file contents):
Revision 2547 by gezelter, Wed Jan 11 23:06:08 2006 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 49 | Line 49 | extern "C"{
49   #define newEAMtype FC_FUNC(neweamtype, NEWEAMTYPE)
50  
51   extern "C"{
52 <  void newEAMtype( double* lattice_constant,
52 >  void newEAMtype( RealType* lattice_constant,
53                     int* eam_nrho,
54 <                   double* eam_drho,
54 >                   RealType* eam_drho,
55                     int* eam_nr,
56 <                   double* eam_dr,
57 <                   double* eam_rcut,
58 <                   double* eam_rvals,
59 <                   double* eam_rhovals,
60 <                   double* eam_Frhovals,
56 >                   RealType* eam_dr,
57 >                   RealType* eam_rcut,
58 >                   RealType* eam_rvals,
59 >                   RealType* eam_rhovals,
60 >                   RealType* eam_Frhovals,
61                     int* eam_ident,
62                     int* status );
63   }  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines