Revision: 77164
http://sourceforge.net/p/brlcad/code/77164
Author: brlcad
Date: 2020-09-15 20:22:26 +0000 (Tue, 15 Sep 2020)
Log Message:
-----------
accept sf patch 555 (Add linefeed to output log file of CREO-BRL converter)
from Red Carrera (redcarrera) that adds a newline to the output, for improved
readability.
Modified Paths:
--------------
brlcad/trunk/src/external/Creo/part.cpp
Modified: brlcad/trunk/src/external/Creo/part.cpp
===================================================================
--- brlcad/trunk/src/external/Creo/part.cpp 2020-09-15 19:53:22 UTC (rev
77163)
+++ brlcad/trunk/src/external/Creo/part.cpp 2020-09-15 20:22:26 UTC (rev
77164)
@@ -515,7 +515,7 @@
ProMdlMdlnameGet(model, wname);
ProWstringToString(pname, wname);
- creo_log(cinfo, MSG_DEBUG, "Tessellating part %s...", pname);
+ creo_log(cinfo, MSG_DEBUG, "Tessellating part %s...\n", pname);
/* Tessellate part, going from coarse to fine tessellation */
for (int i = 0; i <= cinfo->max_to_min_steps; ++i) {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits