mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: AC3D reader - corrected conversion of label to string for output message
This commit is contained in:
@ -174,7 +174,13 @@ bool triSurface::readAC(const fileName& ACfileName)
|
||||
|
||||
for (label patchI = 0; patchI < nPatches; patchI++)
|
||||
{
|
||||
readUpto("OBJECT", ACfile, args, " while reading patch " + patchI);
|
||||
readUpto
|
||||
(
|
||||
"OBJECT",
|
||||
ACfile,
|
||||
args,
|
||||
" while reading patch " + Foam::name(patchI)
|
||||
);
|
||||
|
||||
// Object global values
|
||||
string patchName = string("patch") + name(patchI);
|
||||
|
||||
Reference in New Issue
Block a user