From d387a2117fe024ee64fd66f15c1212f4c2938623 Mon Sep 17 00:00:00 2001 From: dqueteschiner Date: Tue, 31 Mar 2015 16:31:36 +0200 Subject: [PATCH] use const word& instead of word in parameter list oops .. here as well --- .../cfdemParticle/subModels/probeModel/noProbe/noProbe.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lagrangian/cfdemParticle/subModels/probeModel/noProbe/noProbe.C b/src/lagrangian/cfdemParticle/subModels/probeModel/noProbe/noProbe.C index 46d0bfab..824ffaca 100644 --- a/src/lagrangian/cfdemParticle/subModels/probeModel/noProbe/noProbe.C +++ b/src/lagrangian/cfdemParticle/subModels/probeModel/noProbe/noProbe.C @@ -60,8 +60,8 @@ noProbe::noProbe ( const dictionary& dict, cfdemCloud& sm, - word typeName, - const char* logFileName + const word& typeName, + const char* logFileName ) : probeModel(dict,sm,typeName,logFileName)