STYLE: adjust name, default count for readRawLabel/readRawScalar (#1378)

This commit is contained in:
Mark Olesen
2019-08-06 11:54:14 +02:00
committed by Andrew Heather
parent 7b2931272f
commit c28d785a73
5 changed files with 11 additions and 11 deletions

View File

@ -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