Difference for src/Patch.C from version 1.1067 to 1.1068

version 1.1067version 1.1068
Line 322
Line 322
      const CompAtom * const pd = p.begin();      const CompAtom * const pd = p.begin();
 #endif #endif
      for ( int i=0; i<n; ++i ) {      for ( int i=0; i<n; ++i ) {
         // need to subtract center in double precision, then assign to float
        pf[i].position.x = pd[i].position.x - center.x;        pf[i].position.x = pd[i].position.x - center.x;
        pf[i].position.y = pd[i].position.y - center.y;        pf[i].position.y = pd[i].position.y - center.y;
        pf[i].position.z = pd[i].position.z - center.z;        pf[i].position.z = pd[i].position.z - center.z;
         pf[i].vdwType = pd[i].vdwType;
      }      }
    }    }
 #endif #endif


Legend:
Removed in v.1.1067 
changed lines
 Added in v.1.1068



Made by using version 1.53 of cvs2html