From 4783a257a1686a47105c9a8f1556d0d5b3466a8b Mon Sep 17 00:00:00 2001 From: James E McClure Date: Sun, 26 Oct 2014 14:36:43 -0400 Subject: [PATCH] Added common curve curvatures to test/lb2_Color_wia_mpi.cpp fixed littl ebug --- tests/lb2_Color_wia_mpi.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/lb2_Color_wia_mpi.cpp b/tests/lb2_Color_wia_mpi.cpp index 485c9aa6..bb2b73fb 100644 --- a/tests/lb2_Color_wia_mpi.cpp +++ b/tests/lb2_Color_wia_mpi.cpp @@ -1159,6 +1159,8 @@ int main(int argc, char **argv) IntArray nws_seg(2,20); DTMutableList tmp(20); DoubleArray Values(20); + DoubleArray KGwns_values(20); + DoubleArray KNwns_values(20); DoubleArray ContactAngle(20); DoubleArray Curvature(20); DoubleArray DistValues(20);