Difference for src/Patch.C from version 1.1070 to 1.1071

version 1.1070version 1.1071
Line 512
Line 512
   for(cid = cid.begin(); cid != cid.end(); cid++) {   for(cid = cid.begin(); cid != cid.end(); cid++) {
     if ( (*cid)->type() == computeNonbondedSelfType ||     if ( (*cid)->type() == computeNonbondedSelfType ||
          (*cid)->type() == computeNonbondedPairType ||          (*cid)->type() == computeNonbondedPairType ||
          (*cid)->type() == computeNonbondedCUDAType) {          (*cid)->type() == computeNonbondedCUDAType
  #ifdef NAMD_CUDA
           || (*cid)->type() == computeNonbondedCUDA2Type
  #endif
           ) {
       (*cid)->gbisP2PatchReady(patchID,seq);       (*cid)->gbisP2PatchReady(patchID,seq);
     }     }
   }   }
Line 526
Line 530
   for(cid = cid.begin(); cid != cid.end(); cid++) {   for(cid = cid.begin(); cid != cid.end(); cid++) {
     if ( (*cid)->type() == computeNonbondedSelfType ||     if ( (*cid)->type() == computeNonbondedSelfType ||
          (*cid)->type() == computeNonbondedPairType ||          (*cid)->type() == computeNonbondedPairType ||
          (*cid)->type() == computeNonbondedCUDAType) {          (*cid)->type() == computeNonbondedCUDAType
  #ifdef NAMD_CUDA
           || (*cid)->type() == computeNonbondedCUDA2Type
  #endif
           ) {
       (*cid)->gbisP3PatchReady(patchID,seq);       (*cid)->gbisP3PatchReady(patchID,seq);
     }     }
   }   }


Legend:
Removed in v.1.1070 
changed lines
 Added in v.1.1071



Made by using version 1.53 of cvs2html