ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/applications/staticProps/BondOrderParameter.cpp
(Generate patch)

Comparing trunk/src/applications/staticProps/BondOrderParameter.cpp (file contents):
Revision 1048 by gezelter, Fri Sep 22 01:36:27 2006 UTC vs.
Revision 1049 by gezelter, Fri Sep 22 01:41:11 2006 UTC

# Line 290 | Line 290 | namespace oopse {
290        // Normalize by number of frames and write it out:
291        for (int i = 0; i < Q_histogram_.size(); ++i) {
292          RealType Qval = MinQ_ + (i + 0.5) * deltaQ_;
293 <        osq << Qval << "\t" << (RealType)Q_histogram_[i] / (RealType)Qcount_ << "\n";
293 >        os << Qval << "\t" << (RealType)Q_histogram_[i] / (RealType)Qcount_ << "\n";
294        }
295  
296        os.close();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines