mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: smoothData,sweepData : gcc4.5 compilation errors
This commit is contained in:
@ -27,7 +27,7 @@ License
|
||||
|
||||
inline bool Foam::smoothData::update
|
||||
(
|
||||
const smoothData::smoothData& svf,
|
||||
const smoothData& svf,
|
||||
const scalar scale,
|
||||
const scalar tol
|
||||
)
|
||||
|
||||
@ -29,7 +29,7 @@ License
|
||||
|
||||
inline bool Foam::sweepData::update
|
||||
(
|
||||
const sweepData::sweepData& svf,
|
||||
const sweepData& svf,
|
||||
const point& position,
|
||||
const scalar tol
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user