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 945 by gezelter, Tue Apr 25 02:09:01 2006 UTC vs.
Revision 963 by tim, Wed May 17 21:51:42 2006 UTC

# Line 305 | Line 305 | namespace oopse{
305        return i != molecules_.end() ? i->second : NULL;
306      }
307  
308 <    double getRcut() {
308 >    RealType getRcut() {
309        return rcut_;
310      }
311  
312 <    double getRsw() {
312 >    RealType getRsw() {
313        return rsw_;
314      }
315  
316 <    double getList() {
316 >    RealType getList() {
317        return rlist_;
318      }
319          
# Line 429 | Line 429 | namespace oopse{
429          
430      friend std::ostream& operator <<(std::ostream& o, SimInfo& info);
431  
432 <    void getCutoff(double& rcut, double& rsw);
432 >    void getCutoff(RealType& rcut, RealType& rsw);
433          
434    private:
435  
# Line 528 | Line 528 | namespace oopse{
528      std::string statFileName_;
529      std::string restFileName_;
530          
531 <    double rcut_;       /**< cutoff radius*/
532 <    double rsw_;        /**< radius of switching function*/
533 <    double rlist_;      /**< neighbor list radius */
531 >    RealType rcut_;       /**< cutoff radius*/
532 >    RealType rsw_;        /**< radius of switching function*/
533 >    RealType rlist_;      /**< neighbor list radius */
534  
535      bool fortranInitialized_; /**< flag indicate whether fortran side is initialized */
536  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines