Difference for src/ComputePme.C from version 1.107 to 1.108

version 1.107version 1.108
Line 1467
Line 1467
 { {
   DebugM(4,"Entering ComputePme::doWork().\n");   DebugM(4,"Entering ComputePme::doWork().\n");
  
  #ifdef TRACE_COMPUTE_OBJECTS
      double traceObjStartTime = CmiWallTimer();
  #endif
  
   ResizeArrayIter<PatchElem> ap(patchList);   ResizeArrayIter<PatchElem> ap(patchList);
  
   // Skip computations if nothing to do.   // Skip computations if nothing to do.
Line 1621
Line 1625
     myRealSpace[g]->fill_charges(q, f, fz_arr, localGridData[g]);     myRealSpace[g]->fill_charges(q, f, fz_arr, localGridData[g]);
   }   }
  
  #ifdef TRACE_COMPUTE_OBJECTS
      traceUserBracketEvent(TRACE_COMPOBJ_IDOFFSET+this->cid, traceObjStartTime, CmiWallTimer());
  #endif
  
   if ( myMgr->usePencils ) {   if ( myMgr->usePencils ) {
     sendPencils();     sendPencils();
   } else {   } else {


Legend:
Removed in v.1.107 
changed lines
 Added in v.1.108



Made by using version 1.53 of cvs2html