Changeset 1c7aed for molecuilder/src/analysis_correlation.cpp
- Timestamp:
- Jan 30, 2010, 7:00:47 PM (16 years ago)
- Children:
- 09ed91, bc46c1
- Parents:
- 14c0f0
- File:
-
- 1 edited
-
molecuilder/src/analysis_correlation.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/analysis_correlation.cpp
r14c0f0 r1c7aed 370 370 { 371 371 Info FunctionInfo(__func__); 372 *file << " #BinStart\tCount" << endl;372 *file << "BinStart\tCount" << endl; 373 373 for (BinPairMap::const_iterator runner = map->begin(); runner != map->end(); ++runner) { 374 374 *file << runner->first << "\t" << runner->second << endl; … … 383 383 { 384 384 Info FunctionInfo(__func__); 385 *file << " #BinStart\tAtom1\tAtom2" << endl;385 *file << "BinStart\tAtom1\tAtom2" << endl; 386 386 for (PairCorrelationMap::const_iterator runner = map->begin(); runner != map->end(); ++runner) { 387 387 *file << runner->first << "\t" << *(runner->second.first) << "\t" << *(runner->second.second) << endl; … … 396 396 { 397 397 Info FunctionInfo(__func__); 398 *file << " #BinStart\tAtom::x[i]-point.x[i]" << endl;398 *file << "BinStart\tAtom::x[i]-point.x[i]" << endl; 399 399 for (CorrelationToPointMap::const_iterator runner = map->begin(); runner != map->end(); ++runner) { 400 400 *file << runner->first; … … 412 412 { 413 413 Info FunctionInfo(__func__); 414 *file << " #BinStart\tTriangle" << endl;414 *file << "BinStart\tTriangle" << endl; 415 415 for (CorrelationToSurfaceMap::const_iterator runner = map->begin(); runner != map->end(); ++runner) { 416 416 *file << runner->first << "\t" << *(runner->second.first) << "\t" << *(runner->second.second) << endl;
Note:
See TracChangeset
for help on using the changeset viewer.
