Difference for src/ComputePatch.C from version 1.1024 to 1.1025

version 1.1024version 1.1025
Line 73
Line 73
     // How can we tell if BoxOwner has packed up and left?  Need a mechanism     // How can we tell if BoxOwner has packed up and left?  Need a mechanism
     // to handle this or do we assume the Boxes have been dumped?     // to handle this or do we assume the Boxes have been dumped?
     numAtoms = patch->getNumAtoms();     numAtoms = patch->getNumAtoms();
  
      // DMK - Atom Separation (water vs. non-water)
      #if NAMD_SeparateWaters != 0
        numWaterAtoms = patch->getNumWaterAtoms();
      #endif
 } }
  
 void ComputePatch::doWork() { void ComputePatch::doWork() {


Legend:
Removed in v.1.1024 
changed lines
 Added in v.1.1025



Made by using version 1.53 of cvs2html