Revision: 55660
http://sourceforge.net/p/brlcad/code/55660
Author: phoenixyjll
Date: 2013-06-04 13:48:45 +0000 (Tue, 04 Jun 2013)
Log Message:
-----------
Fix the format of ON_PX_EVENT::Dump().
Modified Paths:
--------------
brlcad/trunk/src/libbrep/px_event.cpp
Modified: brlcad/trunk/src/libbrep/px_event.cpp
===================================================================
--- brlcad/trunk/src/libbrep/px_event.cpp 2013-06-04 13:45:30 UTC (rev
55659)
+++ brlcad/trunk/src/libbrep/px_event.cpp 2013-06-04 13:48:45 UTC (rev
55660)
@@ -86,16 +86,19 @@
text_log.Print("Intersection Point: \n");
text_log.PushIndent();
text_log.Print(m_Mid);
+ text_log.Print("\n");
text_log.PopIndent();
text_log.Print("With uncertainty radius: \n");
text_log.PushIndent();
text_log.Print(m_radius);
+ text_log.Print("\n");
text_log.PopIndent();
text_log.PopIndent();
text_log.Print("pointA = \n");
text_log.PushIndent();
text_log.Print(m_A);
+ text_log.Print("\n");
text_log.PopIndent();
switch (m_type) {
@@ -121,6 +124,7 @@
text_log.PushIndent();
text_log.Print(m_B);
+ text_log.Print("\n");
text_log.PopIndent();
text_log.PopIndent();
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits