dynamicCode: Updated the comments generated in Make/files and Make/options

This commit is contained in:
Henry Weller
2020-12-10 11:11:19 +00:00
parent a918deda09
commit 25e5031d2e

View File

@ -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;