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 2381 by chrisfen, Tue Oct 18 15:01:42 2005 UTC vs.
Revision 2508 by gezelter, Mon Dec 12 19:32:50 2005 UTC

# Line 47 | Line 47
47   #include "config.h"
48   #include "types/AtomTypeProperties.h"
49  
50 < #define setElectrostaticSummationMethod F90_FUNC(setelectrostaticsummationmethod, SETELECTROSTATICSUMMATIONMETHOD)
50 > #define setElectrostaticSumMethod F90_FUNC(setelectrostaticsummethod, SETELECTROSTATICSUMMETHOD)
51 > #define setScreeningMethod F90_FUNC(setscreeningmethod, SETSCREENINGMETHOD)
52   #define setElectrostaticCutoffRadius F90_FUNC(setelectrostaticcutoffradius, SETELECTROSTATICCUTOFFRADIUS)
53 < #define setDampedWolfAlpha F90_FUNC(setdampedwolfalpha, SETDAMPEDWOLFALPHA)
53 > #define setDampingAlpha F90_FUNC(setdampingalpha, SETDAMPINGALPHA)
54   #define setReactionFieldDielectric F90_FUNC(setreactionfielddielectric, SETREACTIONFIELDDIELECTRIC)
55  
56   #define newElectrostaticType F90_FUNC(newelectrostatictype, NEWELECTROSTATICTYPE)
# Line 62 | Line 63 | extern "C"{
63   #define destroyElectrostaticTypes F90_FUNC(destroyelectrostatictypes,DESTROYELECTROSTATICTYPES)
64   extern "C"{
65  
66 <  void setElectrostaticSummationMethod( int* theESM );
66 >  void setElectrostaticSumMethod( int* theESM );
67 >  void setScreeningMethod( int* theSM );
68    void setElectrostaticCutoffRadius( double* theECR, double* theRSW );
69 <  void setDampedWolfAlpha( double* theDWA );
69 >  void setDampingAlpha( double* theDA );
70    void setReactionFieldDielectric( double* theDielectric );
71  
72    void newElectrostaticType( AtomTypeProperties* atp,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines