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

Comparing trunk/OOPSE-4/src/applications/dynamicProps/LegendreCorrFunc.cpp (file contents):
Revision 2584 by tim, Tue Feb 7 16:39:23 2006 UTC vs.
Revision 2589 by kdaily, Fri Feb 10 15:45:02 2006 UTC

# Line 56 | Line 56 | namespace oopse {
56      }
57  
58    double LegendreCorrFunc::calcCorrVal(int frame1, int frame2, StuntDouble* sd1,  StuntDouble* sd2) {
59 <    Vector3d v1 =sd1->getElectroFrame(frame1).getColumn(2);
60 <    Vector3d v2 = sd2->getElectroFrame(frame2).getColumn(2);
59 >    Vector3d v1 =sd1->getA(frame1).getColumn(2);
60 >    Vector3d v2 = sd2->getA(frame2).getColumn(2);
61  
62      return legendre_.evaluate(dot(v1, v2));
63    }
# Line 69 | Line 69 | namespace oopse {
69      for (sd = seleMan1_.beginSelected(i); sd != NULL; sd = seleMan1_.nextSelected(i)) {
70        if (!sd->isDirectionalAtom()) {
71          sprintf(painCave.errMsg,
72 <                "LegendreCorrFunc::validateSelection Error: selected atoms do not have dipole moment\n");
72 >                "LegendreCorrFunc::validateSelection Error: selected atoms do not Directional\n");
73          painCave.isFatal = 1;
74          simError();        
75        }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines