# | 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(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |