mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
surfMesh gets PrimitiveMeshedSurface as common basis
This commit is contained in:
@ -93,8 +93,8 @@ int main(int argc, char *argv[])
|
||||
|
||||
if
|
||||
(
|
||||
!meshedSurface::canRead(importName.ext(), true)
|
||||
|| !meshedSurface::canWrite(exportName.ext(), true)
|
||||
!meshedSurface::canRead(importName, true)
|
||||
|| !meshedSurface::canWriteType(exportName.ext(), true)
|
||||
)
|
||||
{
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user