From 862cfa045e306a1626ac4a7467e85f3bff3048a9 Mon Sep 17 00:00:00 2001 From: James E McClure Date: Tue, 5 Jun 2018 21:45:05 -0400 Subject: [PATCH] uct --- tests/CMakeLists.txt | 2 +- tests/lbpm_uCT_pp.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 89878146..e7b8764a 100755 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -67,7 +67,7 @@ ADD_LBPM_TEST( TestWriter ) IF ( USE_NETCDF ) ADD_LBPM_TEST_PARALLEL( TestNetcdf 8 ) ADD_LBPM_EXECUTABLE( lbpm_uCT_pp ) - ADD_LBPM_EXECUTABLE( lbpm_uCT_maskfilter ) +# ADD_LBPM_EXECUTABLE( lbpm_uCT_maskfilter ) ENDIF() # Sample test that will run with 1, 2, and 4 processors, failing with 4 or more procs diff --git a/tests/lbpm_uCT_pp.cpp b/tests/lbpm_uCT_pp.cpp index 4bfa86ac..255776c9 100644 --- a/tests/lbpm_uCT_pp.cpp +++ b/tests/lbpm_uCT_pp.cpp @@ -137,8 +137,8 @@ int main(int argc, char **argv) MultiScaleSmooth[i].fill(0); Mean[i].fill(0); NonLocalMean[i].fill(0); - fillFloat[i].reset(new fillHalo(Dm[i]->Comm,Dm[i]->rank_info) ); - fillChar[i].reset(new fillHalo(Dm[i]->Comm,Dm[i]->rank_info) ); + fillFloat[i].reset(); + fillChar[i].reset(); } // Read the subvolume of interest on each processor