[cig-commits] commit: Fix a compiler warning
Mercurial
hg at geodynamics.org
Wed May 2 06:40:44 PDT 2012
changeset: 12:5cdbad7b1e02
user: Walter Landry <wlandry at caltech.edu>
date: Wed May 02 06:39:00 2012 -0700
files: source/SAMRAI/xfer/MultiblockRefineSchedule.C
description:
Fix a compiler warning
diff -r caac42090c58 -r 5cdbad7b1e02 source/SAMRAI/xfer/MultiblockRefineSchedule.C
--- a/source/SAMRAI/xfer/MultiblockRefineSchedule.C Wed May 02 06:38:00 2012 -0700
+++ b/source/SAMRAI/xfer/MultiblockRefineSchedule.C Wed May 02 06:39:00 2012 -0700
@@ -1360,10 +1360,6 @@ void MultiblockRefineSchedule::createOve
*/
void MultiblockRefineSchedule::createOverlapsForCopy()
{
-
- bool encon_only = d_fill_pattern->fillingEnhancedConnectivityOnly();
- bool copy_all = d_fill_pattern->doesSourceLevelCommunicateToDestination();
-
for (int nb = 0; nb < d_multiblock_hierarchy->getNumberOfBlocks(); nb++) {
tbox::Pointer<hier::PatchLevel> dst_patch_level =
More information about the CIG-COMMITS
mailing list