Converted constant reference to primitive arguments to constant primitive arguments.

This commit is contained in:
henry
2009-10-26 22:45:21 +00:00
parent 86c3affb5b
commit 278e8c5030
24 changed files with 48 additions and 55 deletions

View File

@ -220,7 +220,7 @@ void Foam::writeFuns::writePointDataHeader
}
void Foam::writeFuns::insert(const scalar& pt, DynamicList<floatScalar>& dest)
void Foam::writeFuns::insert(const scalar pt, DynamicList<floatScalar>& dest)
{
dest.append(float(pt));
}