ENH: add trailing commas to proSTAR *.inp to cope with STARCCM+ read bug
This commit is contained in:
parent
7a2bf62805
commit
0b9ff0aa53
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user