From 5305c8f4aed5c2012088ccbdbd97c045f6f93d8f Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Tue, 25 Nov 2014 13:34:24 +0000 Subject: [PATCH] Removed end Info --- .../utilities/postProcessing/velocityField/Mach/Mach.C | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/applications/utilities/postProcessing/velocityField/Mach/Mach.C b/applications/utilities/postProcessing/velocityField/Mach/Mach.C index a99140493..edef1eb36 100644 --- a/applications/utilities/postProcessing/velocityField/Mach/Mach.C +++ b/applications/utilities/postProcessing/velocityField/Mach/Mach.C @@ -36,6 +36,7 @@ Description #include "basicPsiThermo.H" // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + void Foam::calc(const argList& args, const Time& runTime, const fvMesh& mesh) { bool writeResults = !args.optionFound("noWrite"); @@ -134,8 +135,6 @@ void Foam::calc(const argList& args, const Time& runTime, const fvMesh& mesh) { Info<< " Missing U or T" << endl; } - - Info<< "\nEnd\n" << endl; }