From 3c2f7a0c01cab66f076619b768c5d90e0934af22 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Mon, 1 Nov 2010 10:02:48 +0000 Subject: [PATCH] COMP: smoothData,sweepData : gcc4.5 compilation errors --- src/finiteVolume/finiteVolume/fvc/fvcSmooth/smoothDataI.H | 2 +- src/finiteVolume/finiteVolume/fvc/fvcSmooth/sweepDataI.H | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/finiteVolume/finiteVolume/fvc/fvcSmooth/smoothDataI.H b/src/finiteVolume/finiteVolume/fvc/fvcSmooth/smoothDataI.H index 3faaa694b61..4799ede9ecb 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcSmooth/smoothDataI.H +++ b/src/finiteVolume/finiteVolume/fvc/fvcSmooth/smoothDataI.H @@ -27,7 +27,7 @@ License inline bool Foam::smoothData::update ( - const smoothData::smoothData& svf, + const smoothData& svf, const scalar scale, const scalar tol ) diff --git a/src/finiteVolume/finiteVolume/fvc/fvcSmooth/sweepDataI.H b/src/finiteVolume/finiteVolume/fvc/fvcSmooth/sweepDataI.H index 651c5e4e526..a042886085d 100644 --- a/src/finiteVolume/finiteVolume/fvc/fvcSmooth/sweepDataI.H +++ b/src/finiteVolume/finiteVolume/fvc/fvcSmooth/sweepDataI.H @@ -29,7 +29,7 @@ License inline bool Foam::sweepData::update ( - const sweepData::sweepData& svf, + const sweepData& svf, const point& position, const scalar tol ) -- GitLab