Added common curve curvatures to test/lb2_Color_wia_mpi.cpp fixed littl ebug
This commit is contained in:
parent
1921e6e3cb
commit
4783a257a1
@ -1159,6 +1159,8 @@ int main(int argc, char **argv)
|
|||||||
IntArray nws_seg(2,20);
|
IntArray nws_seg(2,20);
|
||||||
DTMutableList<Point> tmp(20);
|
DTMutableList<Point> tmp(20);
|
||||||
DoubleArray Values(20);
|
DoubleArray Values(20);
|
||||||
|
DoubleArray KGwns_values(20);
|
||||||
|
DoubleArray KNwns_values(20);
|
||||||
DoubleArray ContactAngle(20);
|
DoubleArray ContactAngle(20);
|
||||||
DoubleArray Curvature(20);
|
DoubleArray Curvature(20);
|
||||||
DoubleArray DistValues(20);
|
DoubleArray DistValues(20);
|
||||||
|
Loading…
Reference in New Issue
Block a user