FEM: Fix test if VTK or VTK python is not available (#21168)
* FEM: Fix test if VTK or VTK python is not available * FEM: Make test work if vtk python not installed
This commit is contained in:
@@ -1653,7 +1653,9 @@ void FemMesh::read(const char* FileName)
|
||||
|
||||
void FemMesh::writeVTK(const std::string& fileName, bool highest) const
|
||||
{
|
||||
#ifdef FC_USE_VTK
|
||||
FemVTKTools::writeVTKMesh(fileName.c_str(), this, highest);
|
||||
#endif
|
||||
}
|
||||
|
||||
void FemMesh::writeABAQUS(const std::string& Filename,
|
||||
|
||||
Reference in New Issue
Block a user