Removed end Info

This commit is contained in:
Hrvoje Jasak 2014-11-25 13:34:24 +00:00
parent ec21448e80
commit 5305c8f4ae

View file

@ -36,6 +36,7 @@ Description
#include "basicPsiThermo.H" #include "basicPsiThermo.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
void Foam::calc(const argList& args, const Time& runTime, const fvMesh& mesh) void Foam::calc(const argList& args, const Time& runTime, const fvMesh& mesh)
{ {
bool writeResults = !args.optionFound("noWrite"); 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<< " Missing U or T" << endl;
} }
Info<< "\nEnd\n" << endl;
} }