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

Comparing trunk/OOPSE-2.0/src/UseTheForce/DarkSide/atype_interface.h (file contents):
Revision 1617 by chuckv, Wed Oct 20 20:46:20 2004 UTC vs.
Revision 1633 by gezelter, Fri Oct 22 20:22:48 2004 UTC

# Line 13 | Line 13
13   #define __C
14  
15   #include "config.h"
16 + #include "types/AtomTypeProperties.h"
17  
18   #define makeAtype F90_FUNC(makeatype, MAKEATYPE)
19  
20   extern "C" {
21 <  void makeAtype(int* unique_ident,
21 <                 int* isLJ,
22 <                 int* isSticky,
23 <                 int* isDipole,
24 <                 int* isGB,
25 <                 int* isEAM,
26 <                 int* isCharge,
27 <                 double* lj_epslon,
28 <                 double* lj_sigma,
29 <                 double* charge,
30 <                 double* dipole_moment,
31 <                 int* status );
21 >  void makeAtype(AtomTypeProperties atp, int* status );
22   }  
23   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines