From 50b07a8e8a8eeb53924b33aea90fb66cbf106b96 Mon Sep 17 00:00:00 2001 From: James E McClure Date: Fri, 5 Jun 2015 13:07:24 -0400 Subject: [PATCH] updated TestBlobAnalyze --- tests/TestBlobAnalyze.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/TestBlobAnalyze.cpp b/tests/TestBlobAnalyze.cpp index 69f83a30..9983ec27 100644 --- a/tests/TestBlobAnalyze.cpp +++ b/tests/TestBlobAnalyze.cpp @@ -201,6 +201,7 @@ int main(int argc, char **argv) // 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) = -Averages.Phase(i,j,k); if (Averages.Phase(i,j,k) > 0.0){ Dm.id[n] = 2; }