<div dir="ltr"><div><div><div><div>Hi all<br><br></div>When using the last svn update I get some messages on the standard output even though I am using de -q option. I tracked down some of these messages down to Mesh/meshGRegion.cpp:<br><br><div><br></div>in line 279:<br>  printf("nbvertices_filler =%d\n",nbvertices_filler);<br><br></div><div>according to svn blame this line was added on rev 22983 15-abr-2016 without a log message<br></div><div><br></div>in lines 632-636:<br>  printf("coucou1\n");<br>  if (sqr.buildPyramids (gr->model())){<br>    RelocateVertices (regions, 3);<br>  }<br>  printf("coucou2\n");<br><br></div>according to svn blame this block was added on rev 23565 16-sep-2016 with log message "improvement of hybrid meshes."<br><br>I assume the printfs were a kind of debug check, but got checked in into the repository. Please those with write access to the repo, comment out those printf or wrap them around an if block checking for verbosity.<br></div><div><br>BTW, I would love to switch to git or mercurial instead of sticking with svn.<br><br></div><div>Thanks<br>--<br></div><div>Jeremy Theler<br></div><div><a href="http://www.seamplex.com">www.seamplex.com</a><br><br></div><div><div><br></div></div></div>