From 0411ae0d801475e707e091ee049d584fbd266c4d Mon Sep 17 00:00:00 2001 From: danielque Date: Wed, 4 Apr 2018 14:46:53 +0200 Subject: [PATCH] clean up whitespaces --- applications/solvers/cfdemSolverPiso/cfdemSolverPiso.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/solvers/cfdemSolverPiso/cfdemSolverPiso.C b/applications/solvers/cfdemSolverPiso/cfdemSolverPiso.C index 73ec3fca..8f1a8534 100644 --- a/applications/solvers/cfdemSolverPiso/cfdemSolverPiso.C +++ b/applications/solvers/cfdemSolverPiso/cfdemSolverPiso.C @@ -81,7 +81,7 @@ int main(int argc, char *argv[]) { particleCloud.smoothingM().smoothen(particleCloud.forceM(0).impParticleForces()); } - + Info << "update Ksl.internalField()" << endl; Ksl = particleCloud.momCoupleM(0).impMomSource(); Ksl.correctBoundaryConditions();