mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
masterUncollatedFileOperation: Updated to avoid warning from clang
This commit is contained in:
@ -526,7 +526,8 @@ int main(int argc, char *argv[])
|
||||
<< endl;
|
||||
}
|
||||
|
||||
fileOperations::collatedFileOperation::maxThreadFileBufferSize = bufSz;
|
||||
fileOperations::collatedFileOperation::maxThreadFileBufferSize =
|
||||
bufSz;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user