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

Comparing trunk/OOPSE-4/src/applications/staticProps/GofRAngle.hpp (file contents):
Revision 2036 by tim, Thu Feb 10 22:37:21 2005 UTC vs.
Revision 2037 by tim, Wed Feb 16 19:36:30 2005 UTC

# Line 111 | Line 111 | class GofRTheta : public GofRAngle {
111      public:
112          GofRTheta(SimInfo* info, const std::string& filename, const std::string& sele1, const std::string& sele2)
113              : GofRAngle (info, filename, sele1, sele2) {
114 <                setOutputName(getPrefix(filename) + ".gt");
114 >                setOutputName(getPrefix(filename) + ".gofrt");
115          }
116          
117      private:
# Line 124 | Line 124 | class GofROmega : public GofRAngle {
124      public:
125          GofROmega(SimInfo* info, const std::string& filename, const std::string& sele1, const std::string& sele2)
126              : GofRAngle (info, filename, sele1, sele2) {
127 <                setOutputName(getPrefix(filename) + ".go");
127 >                setOutputName(getPrefix(filename) + ".gofrw");
128          }
129      
130      private:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines