ENH: add trailing commas to proSTAR *.inp to cope with STARCCM+ read bug

This commit is contained in:
Mark Olesen 2010-07-26 13:18:54 +02:00
parent 7a2bf62805
commit 0b9ff0aa53

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd.
\\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -91,7 +91,7 @@ void Foam::fileFormats::STARCDsurfaceFormatCore::writeCase
forAll(zoneLst, zoneI)
{
os << "ctable " << zoneI + 1 << " shell" << nl
os << "ctable " << zoneI + 1 << " shell" << " ,,,,,," << nl
<< "ctname " << zoneI + 1 << " "
<< zoneLst[zoneI].name() << nl;
}