From 77dd363ea44bd22fd69eebf266cab64ab60650e3 Mon Sep 17 00:00:00 2001 From: James E McClure Date: Fri, 5 Jun 2015 13:28:03 -0400 Subject: [PATCH] updated TestBlobAnalyze --- tests/TestBlobAnalyze.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestBlobAnalyze.cpp b/tests/TestBlobAnalyze.cpp index 26622b02..c0c2e462 100644 --- a/tests/TestBlobAnalyze.cpp +++ b/tests/TestBlobAnalyze.cpp @@ -211,7 +211,7 @@ int main(int argc, char **argv) n = k*Nx*Ny+j*Nx+i; // Shrink the sphere sizes by two voxels to make sure they don't touch Averages.SDs(i,j,k) = 100.0; - Averages.Phase(i,j,k) += 2.0; + Averages.Phase(i,j,k) -= 5.0; if (Averages.Phase(i,j,k) > 0.0){ Dm.id[n] = 2; }