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 1608 by gezelter, Wed Oct 20 04:02:48 2004 UTC vs.
Revision 1617 by chuckv, Wed Oct 20 20:46:20 2004 UTC

# Line 6 | Line 6
6   *  Copyright 2004 __MyCompanyName__. All rights reserved.
7   *
8   */
9 +
10   #ifndef USETHEFORCE_DARKSIDE_ATYPE_INTERFACE_H
11   #define USETHEFORCE_DARKSIDE_ATYPE_INTERFACE_H
12  
13   #define __C
14 +
15   #include "config.h"
16 < extern "C"{
17 <  void F90_FUNC(makeatype, MAKEATYPE)(int* unique_ident,
18 <                                      int* isLJ,
19 <                                      int* isSticky,
18 <                                      int* isDipole,
19 <                                      int* isGB,
20 <                                      int* isEAM,
21 <                                      int* isCharge,
22 <                                      double* lj_epslon,
23 <                                      double* lj_sigma,
24 <                                      double* charge,
25 <                                      double* dipole_moment,
26 <                                      int* status );
27 <  
16 >
17 > #define makeAtype F90_FUNC(makeatype, MAKEATYPE)
18 >
19 > extern "C" {
20    void makeAtype(int* unique_ident,
21                   int* isLJ,
22                   int* isSticky,
# Line 36 | Line 28 | extern "C"{
28                   double* lj_sigma,
29                   double* charge,
30                   double* dipole_moment,
31 <                 int* status ){
32 <    
41 <    F90_FUNC(makeatype, MAKEATYPE)(  unique_ident,
42 <                                     isLJ,
43 <                                     isSticky,
44 <                                     isDipole,
45 <                                     isGB,
46 <                                     isEAM,
47 <                                     isCharge,
48 <                                     lj_epslon,
49 <                                     lj_sigma,
50 <                                     charge,
51 <                                     dipole_moment,
52 <                                     status );
53 <  }
54 < }
31 >                 int* status );
32 > }  
33   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines