From 233e36644cf031c9ee2fbeb0ae9a1726dcaa6b15 Mon Sep 17 00:00:00 2001 From: James E McClure Date: Mon, 13 Jul 2015 13:00:43 -0400 Subject: [PATCH] not resizing ComponentLabel in analysis.cpp --- analysis/analysis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis/analysis.cpp b/analysis/analysis.cpp index c6733618..ac998fcf 100644 --- a/analysis/analysis.cpp +++ b/analysis/analysis.cpp @@ -22,7 +22,7 @@ int ComputePhaseComponent(IntArray &ComponentLabel, int Ny = PhaseID.size(1); int Nz = PhaseID.size(2); - ComponentLabel.resize(Nx,Ny,Nz); + //ComponentLabel.resize(Nx,Ny,Nz); int cubes_in_blob=0; int nrecent = 1; // number of nodes added at most recent sweep