Difference for src/ProxyMgr.C from version 1.1113 to 1.1114

version 1.1113version 1.1114
Line 432
Line 432
     patchFlag[i] = ( patchMap->node(i) == myNode ) ? Home : Unknown;     patchFlag[i] = ( patchMap->node(i) == myNode ) ? Home : Unknown;
   }   }
  
  #ifndef NAMD_CUDA
   // Add all upstream neighbors.   // Add all upstream neighbors.
   PatchID neighbors[PatchMap::MaxOneAway];   PatchID neighbors[PatchMap::MaxOneAway];
   PatchIDList basepids;   PatchIDList basepids;
Line 449
Line 450
       }       }
     }     }
   }   }
  #endif
  
   ComputeMap *computeMap = ComputeMap::Object();   ComputeMap *computeMap = ComputeMap::Object();
  


Legend:
Removed in v.1.1113 
changed lines
 Added in v.1.1114



Made by using version 1.53 of cvs2html