dynamicCode: Updated the comments generated in Make/files and Make/options
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration | Website: https://openfoam.org
|
\\ / O peration | Website: https://openfoam.org
|
||||||
\\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2020 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -190,8 +190,8 @@ bool Foam::dynamicCode::writeCommentSHA1(Ostream& os) const
|
|||||||
|
|
||||||
if (hasSHA1)
|
if (hasSHA1)
|
||||||
{
|
{
|
||||||
os << "/* dynamicCode:\n * SHA1 = ";
|
os << "# dynamicCode:\n# SHA1 = ";
|
||||||
os.writeQuoted(filterVars_["SHA1sum"], false) << "\n */\n";
|
os.writeQuoted(filterVars_["SHA1sum"], false) << "\n\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
return hasSHA1;
|
return hasSHA1;
|
||||||
|
|||||||
Reference in New Issue
Block a user