COMP: smoothData,sweepData : gcc4.5 compilation errors

This commit is contained in:
mattijs
2010-11-01 10:02:48 +00:00
parent 795f6e85ff
commit 3c2f7a0c01
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ License
inline bool Foam::smoothData::update
(
const smoothData::smoothData& svf,
const smoothData& svf,
const scalar scale,
const scalar tol
)

View File

@ -29,7 +29,7 @@ License
inline bool Foam::sweepData::update
(
const sweepData::sweepData& svf,
const sweepData& svf,
const point& position,
const scalar tol
)