mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: minor adjustments for compiling with single-precision
This commit is contained in:
@ -230,7 +230,7 @@ void Foam::fileFormats::STARCDCore::writePoints
|
||||
(
|
||||
Ostream& os,
|
||||
const pointField& points,
|
||||
const double scaleFactor
|
||||
const scalar scaleFactor
|
||||
)
|
||||
{
|
||||
writeHeader(os, HEADER_VRT);
|
||||
|
||||
Reference in New Issue
Block a user