BUG: solitaryWaveModel: avoid reference access to an operand object (Fixes #2178)
This commit is contained in:
parent
74ff53cd88
commit
dd06e6448c
@ -6,7 +6,7 @@
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
Copyright (C) 2015 IH-Cantabria
|
||||
Copyright (C) 2016-2017 OpenCFD Ltd.
|
||||
Copyright (C) 2016-2021 OpenCFD Ltd.
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
This file is part of OpenFOAM.
|
||||
@ -63,7 +63,7 @@ protected:
|
||||
scalar waveAngle_;
|
||||
|
||||
//-
|
||||
const scalarField& x_;
|
||||
const scalarField x_;
|
||||
|
||||
const scalar x0_;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user