Skip to content
Snippets Groups Projects
Commit 3c2f7a0c authored by mattijs's avatar mattijs
Browse files

COMP: smoothData,sweepData : gcc4.5 compilation errors

parent 795f6e85
No related merge requests found
...@@ -27,7 +27,7 @@ License ...@@ -27,7 +27,7 @@ License
inline bool Foam::smoothData::update inline bool Foam::smoothData::update
( (
const smoothData::smoothData& svf, const smoothData& svf,
const scalar scale, const scalar scale,
const scalar tol const scalar tol
) )
......
...@@ -29,7 +29,7 @@ License ...@@ -29,7 +29,7 @@ License
inline bool Foam::sweepData::update inline bool Foam::sweepData::update
( (
const sweepData::sweepData& svf, const sweepData& svf,
const point& position, const point& position,
const scalar tol const scalar tol
) )
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment