use const word& instead of word in parameter list
oops .. here as well
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user