From 8b34e9ba03e8de012b0fd9db91f9c47ce8ff9a88 Mon Sep 17 00:00:00 2001 From: sergio Date: Fri, 21 Feb 2014 11:33:40 +0000 Subject: [PATCH] STY: change date copyright --- .../functionObjects/IO/partialWrite/partialWrite.C | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/postProcessing/functionObjects/IO/partialWrite/partialWrite.C b/src/postProcessing/functionObjects/IO/partialWrite/partialWrite.C index 5325f24651..cb3cfc7d5a 100644 --- a/src/postProcessing/functionObjects/IO/partialWrite/partialWrite.C +++ b/src/postProcessing/functionObjects/IO/partialWrite/partialWrite.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2014 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -70,15 +70,12 @@ void Foam::partialWrite::read(const dictionary& dict) writeInstance_ = 0; Info<< type() << " " << name() << ":" << nl - << " dumping every outputTime :"; + << " dumping every " << writeInterval_ + << " th outputTime : " << nl << endl ; forAllConstIter(HashSet, objectNames_, iter) { Info<< ' ' << iter.key(); } - Info<< nl - << " dumping all other fields every " - << writeInterval_ << "th outputTime" << nl - << endl; if (writeInterval_ < 1) {