From 6aa4c9893f6a795c20b8d51c1a91e740fa00d8ce Mon Sep 17 00:00:00 2001 From: andy <andy> Date: Fri, 11 Jan 2013 16:05:04 +0000 Subject: [PATCH] ENH: Updated construction info --- src/fvOptions/fvOptions/fvIOoptionList.C | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/fvOptions/fvOptions/fvIOoptionList.C b/src/fvOptions/fvOptions/fvIOoptionList.C index 1ea4be17d26..287e4171be4 100644 --- a/src/fvOptions/fvOptions/fvIOoptionList.C +++ b/src/fvOptions/fvOptions/fvIOoptionList.C @@ -45,14 +45,15 @@ Foam::IOobject Foam::fv::IOoptionList::createIOobject if (io.headerOk()) { - Info<< "Creating field source list from " << io.name() << nl << endl; + Info<< "Creating fintite volume options from " << io.name() << nl + << endl; io.readOpt() = IOobject::MUST_READ_IF_MODIFIED; return io; } else { - Info<< "No field sources present" << nl << endl; + Info<< "No finite volume options present" << nl << endl; io.readOpt() = IOobject::NO_READ; return io; -- GitLab