From 554a9b54a48009be6146ac56f154c12ffc0442d9 Mon Sep 17 00:00:00 2001 From: James McClure Date: Thu, 7 Aug 2014 21:41:21 -0400 Subject: [PATCH] updated tests/BlobAnalysis.cpp --- tests/BlobAnalysis.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/BlobAnalysis.cpp b/tests/BlobAnalysis.cpp index ad9e0aca..d2633cfc 100644 --- a/tests/BlobAnalysis.cpp +++ b/tests/BlobAnalysis.cpp @@ -720,7 +720,7 @@ int main(int argc, char **argv) } start = finish; - if (vol_n > 0.0){ +/* if (vol_n > 0.0){ pan /= vol_n; for (i=0;i<3;i++) van(i) /= vol_n; } @@ -737,6 +737,7 @@ int main(int argc, char **argv) if (ans > 0.0){ for (i=0;i<6;i++) Gns(i) /= ans; } + */ BlobAverages(0,a) = nwp_volume; BlobAverages(1,a) = pan;