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;