Commit e8c2de97 authored by Vladimír Ulman's avatar Vladimír Ulman
Browse files

ADD: new short-filo-warning msgs added (with "WARN:"),

     all warning messages are prefixed with "WARN:"
parent c10645a0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1269,7 +1269,8 @@ void ActiveMesh::RenderMask_filo(i3d::Image3d<i3d::GRAY16>& mask,const unsigned

	//a word of warning for the user
	if (filoMesh.ID.size() == 0)
		std::cout << "WARN: NOT RENDERING filopodium ID " << idx << "\n";
		std::cout << "WARN: NOT RENDERING filopodium ID " << color
		          << " (was loaded as ID " << idx << ")\n";

	for (unsigned int i=0; i < filoMesh.ID.size()/3; ++i)
	{