mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: minor changes in comments
This commit is contained in:
@ -43,7 +43,7 @@ void Foam::ensightGeoFile::initialize()
|
||||
|
||||
// Description line 2
|
||||
#ifdef OPENFOAM_PLUS
|
||||
write(string("Written by OpenFOAM+ " STRING_QUOTE(OPENFOAM_PLUS)));
|
||||
write(string("Written by OpenFOAM-" STRING_QUOTE(OPENFOAM_PLUS)));
|
||||
#else
|
||||
write(string("Written by OpenFOAM-" + string(Foam::FOAMversion)));
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user