Changeset 71910a for molecuilder/src/analysis_correlation.cpp
- Timestamp:
- Apr 7, 2010, 3:45:38 PM (16 years ago)
- Children:
- 0f55b2
- Parents:
- 770138
- File:
-
- 1 edited
-
molecuilder/src/analysis_correlation.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/analysis_correlation.cpp
r770138 r71910a 400 400 *file << runner->first; 401 401 for (int i=0;i<NDIM;i++) 402 *file << "\t" << (runner->second.first->node-> x[i] - runner->second.second->x[i]);402 *file << "\t" << (runner->second.first->node->at(i) - runner->second.second->at(i)); 403 403 *file << endl; 404 404 }
Note:
See TracChangeset
for help on using the changeset viewer.
