mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: incorrect template parameter for FieldOps
This commit is contained in:
@ -101,7 +101,7 @@ void assign
|
||||
(
|
||||
GeometricField<Tout, PatchField, GeoMesh>& result,
|
||||
const GeometricField<T1, PatchField, GeoMesh>& a,
|
||||
const GeometricField<T1, PatchField, GeoMesh>& b,
|
||||
const GeometricField<T2, PatchField, GeoMesh>& b,
|
||||
const BinaryOp& bop
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user