Patch to PackUnpack.h for Blanca branch

John Hall johnharveyhall at qwest.net
Sun Sep 30 19:55:21 UTC 2001


Index: PackUnpack.h
===================================================================
RCS file: /home/pooma/Repository/r2/src/Functions/PackUnpack.h,v
retrieving revision 1.1.2.2
diff -c -2 -r1.1.2.2 PackUnpack.h
*** PackUnpack.h	2001/09/11 16:25:06	1.1.2.2
--- PackUnpack.h	2001/09/30 19:54:10
***************
*** 151,156 ****
       typedef typename Patch<InputField>::Type_t PatchField_t;
       PatchField_t patch = field.patchLocal(i);
! 
LoopApplyEvaluator::evaluate(PackLocalPatches<PatchField_t>(patch, 
current),
!                                  patch.domain());
       current += patch.domain().size();
     }
--- 151,156 ----
       typedef typename Patch<InputField>::Type_t PatchField_t;
       PatchField_t patch = field.patchLocal(i);
!     PackLocalPatches<PatchField_t> plp(patch, current);
!     LoopApplyEvaluator::evaluate(plp, patch.domain());
       current += patch.domain().size();
     }
***************
*** 216,221 ****
       typedef typename Patch<InputField>::Type_t PatchField_t;
       PatchField_t patch = field.patchLocal(i);
! 
LoopApplyEvaluator::evaluate(UnPackLocalPatches<PatchField_t>(patch, 
current),
!                                  patch.physicalDomain());
       current += patch.physicalDomain().size();
     }
--- 216,221 ----
       typedef typename Patch<InputField>::Type_t PatchField_t;
       PatchField_t patch = field.patchLocal(i);
!     UnPackLocalPatches<PatchField_t> uplp(patch, current);
!     LoopApplyEvaluator::evaluate(uplp, patch.physicalDomain());
       current += patch.physicalDomain().size();
     }
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 1668 bytes
Desc: not available
URL: <http://sourcerytools.com/pipermail/pooma-dev/attachments/20010930/ad37f09f/attachment.bin>


More information about the pooma-dev mailing list