not resizing ComponentLabel in analysis.cpp

This commit is contained in:
James E McClure
2015-07-13 13:00:43 -04:00
parent af6b6c3ad7
commit 233e36644c

View File

@@ -22,7 +22,7 @@ int ComputePhaseComponent(IntArray &ComponentLabel,
int Ny = PhaseID.size(1); int Ny = PhaseID.size(1);
int Nz = PhaseID.size(2); int Nz = PhaseID.size(2);
ComponentLabel.resize(Nx,Ny,Nz); //ComponentLabel.resize(Nx,Ny,Nz);
int cubes_in_blob=0; int cubes_in_blob=0;
int nrecent = 1; // number of nodes added at most recent sweep int nrecent = 1; // number of nodes added at most recent sweep