Skip to content
Snippets Groups Projects
Commit 453921d8 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Improved mesh detection in VTKReader

parent 3e33216d
No related branches found
No related tags found
No related merge requests found
......@@ -293,6 +293,10 @@ public:
}
}
// no cells found
if( cellIndex == 0 )
return false;
return meshBuilder.build( mesh );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment