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

Comparing trunk/OOPSE-3.0/src/applications/staticProps/GofXyz.cpp (file contents):
Revision 2053 by tim, Fri Feb 18 23:07:32 2005 UTC vs.
Revision 2135 by tim, Mon Mar 28 15:54:04 2005 UTC

# Line 160 | Line 160 | void GofXyz::writeRdf() {
160  
161              for(int j = 0; j < histogram_[i].size(); ++j) {
162  
163 <                for(int k = 0;k < histogram_[i].size(); ++k) {
163 >                for(int k = 0;k < histogram_[i][j].size(); ++k) {
164                      rdfStream.write(reinterpret_cast<char *>(&histogram_[i][j][k] ), sizeof(histogram_[i][j][k] ));
165                  }
166              }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines