From 5983df27e8c063eb92a3d6fb4316b3ef27535737 Mon Sep 17 00:00:00 2001 From: James E McClure Date: Mon, 13 Jul 2015 14:53:21 -0400 Subject: [PATCH] Debugging component averaging --- common/TwoPhase.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/TwoPhase.h b/common/TwoPhase.h index fa600ce0..8f6f0565 100644 --- a/common/TwoPhase.h +++ b/common/TwoPhase.h @@ -734,13 +734,13 @@ void TwoPhase::ComponentAverages(){ // Globally reduce the non-wetting phase averages RecvBuffer.resize(BLOB_AVG_COUNT); - printf("Reducing the NWP averages \n") + printf("Reducing the NWP averages \n"); for (int b=0; b 0.0){ double Vn,pn,awn,ans,Jwn,Kwn,lwns,cwns,vsq; @@ -796,14 +796,14 @@ void TwoPhase::ComponentAverages(){ } // reduce the wetting phase averages - printf("Reducing the WP averages \n") + printf("Reducing the WP averages \n"); for (int b=0; b 0.0){ double Vw,pw,awn,ans,Jwn,Kwn,lwns,cwns,vsq;