mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Converted constant reference to primitive arguments to constant primitive arguments.
This commit is contained in:
@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user