From 68967ba2fcc2b3a9f20f86f40e5e3ea15c3f23f7 Mon Sep 17 00:00:00 2001 From: mattijs Date: Thu, 13 Feb 2014 11:15:03 +0000 Subject: [PATCH] ENH: transformPoints: make consistent output --- .../mesh/manipulation/transformPoints/transformPoints.C | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/applications/utilities/mesh/manipulation/transformPoints/transformPoints.C b/applications/utilities/mesh/manipulation/transformPoints/transformPoints.C index e5714eeaa8..acec669653 100644 --- a/applications/utilities/mesh/manipulation/transformPoints/transformPoints.C +++ b/applications/utilities/mesh/manipulation/transformPoints/transformPoints.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -308,6 +308,8 @@ int main(int argc, char *argv[]) Info<< "Writing points into directory " << points.path() << nl << endl; points.write(); + Info<< "End\n" << endl; + return 0; }