From aa4113cd463ccffa770170d3e674c38bcb4b59cb Mon Sep 17 00:00:00 2001 From: James McClure Date: Sun, 2 Nov 2014 19:34:23 -0500 Subject: [PATCH] Added mising common curve curvature terms to timelog.tcat in tests/lb2_Color_wia_mpi.cpp --- tests/lb2_Color_wia_mpi.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lb2_Color_wia_mpi.cpp b/tests/lb2_Color_wia_mpi.cpp index 878e873d..12a794b3 100644 --- a/tests/lb2_Color_wia_mpi.cpp +++ b/tests/lb2_Color_wia_mpi.cpp @@ -2417,6 +2417,7 @@ int main(int argc, char **argv) fprintf(TIMELOG,"%.5g %.5g ",Jwn_global, Kwn_global); // curvature of wn interface fprintf(TIMELOG,"%.5g ",lwns_global); // common curve length fprintf(TIMELOG,"%.5g ",efawns_global); // average contact angle + fprintf(TIMELOG,"%.5g %.5g ",KNwns_global, KGwns_global); // curvature of wn interface fprintf(TIMELOG,"%.5g %.5g %.5g ",vaw_global(0),vaw_global(1),vaw_global(2)); // average velocity of w phase fprintf(TIMELOG,"%.5g %.5g %.5g ",van_global(0),van_global(1),van_global(2)); // average velocity of n phase fprintf(TIMELOG,"%.5g %.5g %.5g ",vawn_global(0),vawn_global(1),vawn_global(2)); // velocity of wn interface