debugging mihgt have it

This commit is contained in:
James E McClure
2015-07-13 14:07:21 -04:00
parent 38bfc20ed8
commit ea5ad3c7d4

View File

@@ -312,9 +312,9 @@ int ComputeLocalBlobIDs( const DoubleArray& Phase, const DoubleArray& SignDist,
int ComputeLocalPhaseComponent(IntArray &PhaseID, int VALUE, IntArray &ComponentLabel, bool periodic )
{
PROFILE_START("ComputeLocalPhaseComponent");
size_t Nx = ComponentLabel.size(0);
size_t Ny = ComponentLabel.size(1);
size_t Nz = ComponentLabel.size(2);
size_t Nx = PhaseID.size(0);
size_t Ny = PhaseID.size(1);
size_t Nz = PhaseID.size(2);
// Compute the local blob ids
ComponentLabel.resize(Nx,Ny,Nz);