X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvMesh.cxx;h=ee804e9a5843732fed2f03a4d26f7a78a9e327e7;hb=5fb8553213994e031467ba14b92a9c1319d28f83;hp=ed9d07443250cb4cdb7236e17d1686e79704749f;hpb=2dab98a87246da49fb09c2529415eefaa4f987e6;p=clitk.git diff --git a/vv/vvMesh.cxx b/vv/vvMesh.cxx index ed9d074..ee804e9 100644 --- a/vv/vvMesh.cxx +++ b/vv/vvMesh.cxx @@ -58,7 +58,6 @@ void vvMesh::AddMesh(vtkPolyData* p) void vvMesh::ReadFromVTK(const char * filename) { - DD("hello!"); std::string extension=itksys::SystemTools::GetFilenameLastExtension(std::string(filename)); if (extension == ".vtk" || extension== ".VTK") { assert(GetNumberOfMeshes() == 0); ///We assume the object is empty