From cfdfded78be71e1de6cb62437e692ddf159f337a Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Tue, 10 Jun 2014 14:02:44 +0100 Subject: [PATCH] Comment too long --- applications/solvers/coupled/pUCoupledFoam/pUCoupledFoam.C | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/applications/solvers/coupled/pUCoupledFoam/pUCoupledFoam.C b/applications/solvers/coupled/pUCoupledFoam/pUCoupledFoam.C index 1df6ba7ad..3c30b5823 100644 --- a/applications/solvers/coupled/pUCoupledFoam/pUCoupledFoam.C +++ b/applications/solvers/coupled/pUCoupledFoam/pUCoupledFoam.C @@ -61,9 +61,9 @@ int main(int argc, char *argv[]) // Calculate coupling matrices only once since the mesh doesn't change and // implicit div and grad operators are only dependant on Sf. Actually - // coupling terms (div(U) and grad(p)) in blockMatrix do not change, so they - // could be inserted only once, resetting other parts of blockMatrix to zero - // at the end of each time step. VV, 30/April/2014 + // coupling terms (div(U) and grad(p)) in blockMatrix do not change, + // so they could be inserted only once, resetting other parts of + // blockMatrix to zero at the end of each time step. VV, 30/April/2014 # include "calculateCouplingMatrices.H" Info<< "\nStarting time loop\n" << endl;