- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Analysis/analysis_correlation.cpp
r7ee21d ra2a2f7 334 334 const LinkedCell::LinkedList intersected_atoms_set(intersected_atoms.begin(), intersected_atoms_end); 335 335 336 // create map 337 outmap = new PairCorrelationMap; 338 336 339 // get linked cell view 337 340 LinkedCell::LinkedCell_View LC = World::getInstance().getLinkedCell(max_distance); … … 408 411 } 409 412 413 outmap = new CorrelationToPointMap; 410 414 for (std::vector<molecule *>::const_iterator MolWalker = molecules.begin(); MolWalker != molecules.end(); MolWalker++) { 411 415 LOG(2, "Current molecule is " << *MolWalker << "."); … … 452 456 } 453 457 458 outmap = new CorrelationToPointMap; 454 459 for (std::vector<molecule *>::const_iterator MolWalker = molecules.begin(); MolWalker != molecules.end(); MolWalker++) { 455 460 RealSpaceMatrix FullMatrix = World::getInstance().getDomain().getM(); … … 505 510 } 506 511 512 outmap = new CorrelationToSurfaceMap; 507 513 for (std::vector<molecule *>::const_iterator MolWalker = molecules.begin(); MolWalker != molecules.end(); MolWalker++) { 508 514 LOG(2, "Current molecule is " << (*MolWalker)->name << "."); … … 560 566 } 561 567 568 outmap = new CorrelationToSurfaceMap; 562 569 double ShortestDistance = 0.; 563 570 BoundaryTriangleSet *ShortestTriangle = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.