Difference for src/ComputePatchPair.C from version 1.1027 to 1.1028

version 1.1027version 1.1028
Line 128
Line 128
   CompAtom* p[2];   CompAtom* p[2];
   Results* r[2];   Results* r[2];
   int i;   int i;
   int numData; 
  
   // Open up positionBox, forceBox, and atomBox   // Open up positionBox, forceBox, and atomBox
   for (i=0; i<2; i++) {   for (i=0; i<2; i++) {
       p[i] = positionBox[i]->open(&numData);       p[i] = positionBox[i]->open();
       if (numData != numAtoms[i]) { 
   
    DebugM(5,"Interesting, doWork has opened a position box with wrong # atoms (" 
    <<numData<<" vs " << numAtoms << "\n"); 
       } 
       r[i] = forceBox[i]->open();       r[i] = forceBox[i]->open();
   }   }
  


Legend:
Removed in v.1.1027 
changed lines
 Added in v.1.1028



Made by using version 1.53 of cvs2html