mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: solitaryWaveModel: avoid reference access to an operand object (Fixes #2178)
This commit is contained in:
committed by
Sergio Ferraris
parent
b053e2214c
commit
c8db0d135f
@ -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_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user