Revision: 56694
          http://sourceforge.net/p/brlcad/code/56694
Author:   iiizzzaaakkk
Date:     2013-08-08 18:07:51 +0000 (Thu, 08 Aug 2013)
Log Message:
-----------
Ensuring consistent bu_log("rt_hrt_xxx: not implemented yet"); in callback 
functions in src/librt/primitives/hrt/hrt.c

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/hrt/hrt.c

Modified: brlcad/trunk/src/librt/primitives/hrt/hrt.c
===================================================================
--- brlcad/trunk/src/librt/primitives/hrt/hrt.c 2013-08-08 16:48:37 UTC (rev 
56693)
+++ brlcad/trunk/src/librt/primitives/hrt/hrt.c 2013-08-08 18:07:51 UTC (rev 
56694)
@@ -155,7 +155,7 @@
 int
 rt_hrt_bbox(const struct bn_tol *UNUSED(tol))
 {
-    bu_log("Sorry, This function is not implemented yet!\n");
+    bu_log("rt_hrt_bbox: Not implemented yet!\n");
     return 1;
 }
 
@@ -178,7 +178,7 @@
 int
 rt_hrt_prep()
 {
-    bu_log("Sorry, This function is not implemented yet!\n");
+    bu_log("rt_hrt_prep: Not implemented yet!\n");
     return 0;
 }
 
@@ -189,7 +189,7 @@
 void
 rt_hrt_print()
 {
-    bu_log("Sorry, This function is not implemented yet!\n");
+    bu_log("rt_hrt_print: Not implemented yet!\n");
 }
 
 
@@ -236,7 +236,7 @@
 int
 rt_hrt_shot()
 {
-    bu_log("Sorry, This function is not yet implemented!\n");
+    bu_log("rt_hrt_shot: Not implemented yet!\n");
     return 6;
 }
 
@@ -249,7 +249,7 @@
 void
 rt_hrt_vshot()
 {
-    bu_log("Sorry, This function is not yet implemented!\n");
+    bu_log("rt_hrt_vshot: Not implemented yet!\n");
 }
 
 
@@ -283,7 +283,7 @@
 void
 rt_hrt_norm()
 {
-    bu_log("Sorry, This function is not implemented yet!\n");
+    bu_log("rt_hrt_norm: Not implemented yet!\n");
 }
 
 
@@ -295,7 +295,7 @@
 void
 rt_hrt_curve()
 {
-    bu_log("Sorry, This function is not implemented yet!\n");
+    bu_log("rt_hrt_curve: Not implemented yet!\n");
 }
 
 
@@ -305,7 +305,7 @@
 void
 rt_hrt_uv()
 {
-    bu_log("Sorry, This function is not implemented yet!\n");
+    bu_log("rt_hrt_uv: Not implemented yet!\n");
 }
 
 
@@ -315,7 +315,7 @@
 void
 rt_hrt_free()
 {
-    bu_log("Sorry, This function is not implemented yet!\n");
+    bu_log("rt_hrt_free: Not implemented yet!\n");
 }
 
 
@@ -335,7 +335,7 @@
 int
 rt_hrt_adaptive_plot()
 {
-    bu_log("rt_adaptive_plot:Not implemented yet!\n");
+    bu_log("rt_adaptive_plot: Not implemented yet!\n");
     return 0;
 }
 
@@ -346,7 +346,7 @@
 int
 rt_hrt_plot(const struct rt_tess_tol *UNUSED(ttol), const struct bn_tol 
*UNUSED(tol), const struct rt_view_info *UNUSED(info))
 {
-    bu_log("Sorry, This function is not implemented yet!\n");
+    bu_log("rt_hrt_plot: Not implemented yet!\n");
     return 0;
 }
 
@@ -357,7 +357,7 @@
 int
 rt_hrt_tess()
 {
-    bu_log("Sorry, This function is not implemented yet!\n");
+    bu_log("rt_hrt_tess: Not implemented yet!\n");
     return 0;
 }
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to