mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
incorrect 4-arg
This commit is contained in:
@ -137,7 +137,7 @@ const Type& Foam::MeshObject<Mesh, Type>::New
|
|||||||
{
|
{
|
||||||
if (!mesh.thisDb().objectRegistry::foundObject<Type>(Type::typeName))
|
if (!mesh.thisDb().objectRegistry::foundObject<Type>(Type::typeName))
|
||||||
{
|
{
|
||||||
return store(new Type(mesh, d3, d4));
|
return store(new Type(mesh, d1, d2, d3, d4));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user