incorrect 4-arg

This commit is contained in:
mattijs
2009-06-12 00:27:54 +01:00
parent e7501094df
commit ff7be3fd03

View File

@ -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
{ {