mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: adjust name, default count for readRawLabel/readRawScalar (#1378)
This commit is contained in:
committed by
Andrew Heather
parent
7b2931272f
commit
c28d785a73
@ -340,7 +340,7 @@ int main(int argc, char *argv[])
|
||||
// {
|
||||
// val = readRawScalar(is);
|
||||
// }
|
||||
readRawScalars(is, dstList.data(), dstList.size());
|
||||
readRawScalar(is, dstList.data(), dstList.size());
|
||||
is.endRawRead();
|
||||
|
||||
Info<< "Wrote " << flatOutput(srcList) << nl
|
||||
|
||||
Reference in New Issue
Block a user