COMP: Test apps: make compile

This commit is contained in:
mattijs
2013-01-17 11:06:38 +00:00
parent 868a090243
commit 97910c4d4a
4 changed files with 31 additions and 5 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -131,7 +131,7 @@ int main(int argc, char *argv[])
if (optRewrite && solutionDict.instance() != runTime.system())
{
Info<<"instance is not " << runTime.system()
"- disabling rewrite for this file" << nl;
<< "- disabling rewrite for this file" << nl;
optRewrite = false;
}