ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/brains/SimInfo.hpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/brains/SimInfo.hpp (file contents):
Revision 2425 by chrisfen, Fri Nov 11 15:22:11 2005 UTC vs.
Revision 2463 by gezelter, Mon Nov 21 22:59:21 2005 UTC

# Line 298 | Line 298 | namespace oopse{
298  
299        return i != molecules_.end() ? i->second : NULL;
300      }
301
302    /** Calculate the maximum cutoff radius based on the atom types */
303    double calcMaxCutoffRadius();
301  
302      double getRcut() {
303        return rcut_;
# Line 308 | Line 305 | namespace oopse{
305  
306      double getRsw() {
307        return rsw_;
308 +    }
309 +
310 +    double getList() {
311 +      return rlist_;
312      }
313          
314      std::string getFinalConfigFileName() {
# Line 522 | Line 523 | namespace oopse{
523          
524      double rcut_;       /**< cutoff radius*/
525      double rsw_;        /**< radius of switching function*/
526 +    double rlist_;      /**< neighbor list radius */
527  
528      bool fortranInitialized_; /**< flag indicate whether fortran side is initialized */
529  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines