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 2097 by tim, Wed Mar 9 17:30:29 2005 UTC vs.
Revision 2101 by chrisfen, Thu Mar 10 15:10:24 2005 UTC

# Line 324 | Line 324 | class SimInfo {
324          void setStatFileName(const std::string& fileName) {
325              statFileName_ = fileName;
326          }
327 +        
328 +        std::string getRestFileName() {
329 +          return restFileName_;
330 +        }
331 +        
332 +        void setRestFileName(const std::string& fileName) {
333 +          restFileName_ = fileName;
334 +        }
335  
336          /**
337           * Sets GlobalGroupMembership
# Line 494 | Line 502 | class SimInfo {
502          std::string finalConfigFileName_;
503          std::string dumpFileName_;
504          std::string statFileName_;
505 <
505 >        std::string restFileName_;
506 >        
507          double rcut_;       /**< cutoff radius*/
508          double rsw_;        /**< radius of switching function*/
509  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines