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

Comparing trunk/OOPSE-4/src/UseTheForce/DarkSide/electrostatic_interface.h (file contents):
Revision 2188 by gezelter, Wed Mar 9 15:44:59 2005 UTC vs.
Revision 2189 by chuckv, Wed Apr 13 20:36:45 2005 UTC

# Line 54 | Line 54 | extern "C"{
54  
55   #define setQuadrupoleMoments F90_FUNC(setquadrupolemoments, SETQUADRUPOLEMOMENTS)
56  
57 + #define destroyElectrostaticTypes F90_FUNC(destroyelectrostatictypes,DESTROYELECTROSTATICTYPES)
58   extern "C"{
59    void newElectrostaticType( AtomTypeProperties* atp,
60                               int* status);
# Line 73 | Line 74 | extern "C"{
74    void setQuadrupoleMoments( int* c_ident,
75                               double* quadrupole_moments,
76                               int* status);
77 +        
78 +        void destroyElectrostaticTypes(void);
79   }  
80   #endif
81  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines