ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/applications/staticProps/SCDOrderParameter.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/applications/staticProps/SCDOrderParameter.hpp (file contents):
Revision 2242 by tim, Fri May 27 21:11:24 2005 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 52 | Line 52 | namespace oopse {
52              std::string getSelection1() const {return sele1_;}
53              std::string getSelection2() const {return sele2_;}
54              std::string getSelection3() const {return sele3_;}
55 <            double calcSCD(Snapshot* snapshot);
55 >            RealType calcSCD(Snapshot* snapshot);
56              
57          private:
58              
# Line 79 | Line 79 | namespace oopse {
79              void writeSCD();
80  
81              std::vector<SCDElem> scdElems_;
82 <            std::vector<double> scdParam_;
82 >            std::vector<RealType> scdParam_;
83              
84              Snapshot* currentSnapshot_;
85  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines