ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/brains/SimInfo.hpp
(Generate patch)

Comparing trunk/src/brains/SimInfo.hpp (file contents):
Revision 555 by chuckv, Mon May 30 14:01:52 2005 UTC vs.
Revision 726 by chrisfen, Fri Nov 11 15:22:11 2005 UTC

# Line 437 | Line 437 | namespace oopse{
437  
438      /** Figure out the radius of cutoff, radius of switching function and pass them to fortran */
439      void setupCutoff();
440 +
441 +    /** Figure out which coulombic correction method to use and pass to fortran */
442 +    void setupElectrostaticSummationMethod( int isError );
443 +
444 +    /** Figure out which polynomial type to use for the switching function */
445 +    void setupSwitchingFunction();
446  
447      /** Calculates the number of degress of freedom in the whole system */
448      void calcNdf();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines