From bad77996ba1e50eb2d0745d05c2286fe09e6d02a Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Wed, 14 Oct 2015 15:27:35 +0200
Subject: [PATCH] [MeL] Corrected output message.

---
 MeshLib/MeshGenerators/VtkMeshConverter.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MeshLib/MeshGenerators/VtkMeshConverter.h b/MeshLib/MeshGenerators/VtkMeshConverter.h
index 7fe6cf11f18..d4863df065c 100644
--- a/MeshLib/MeshGenerators/VtkMeshConverter.h
+++ b/MeshLib/MeshGenerators/VtkMeshConverter.h
@@ -101,7 +101,7 @@ private:
 			(properties.createNewPropertyVector<T>(array_name, type, nComponents));
 		if (!vec)
 		{
-			WARN("vtkFloatArray %s could not be converted to PropertyVector.", array_name);
+			WARN("Array %s could not be converted to PropertyVector.", array_name);
 			return;
 		}
 		vec->reserve(nTuples*nComponents);
-- 
GitLab