Revision: 77229
          http://sourceforge.net/p/brlcad/code/77229
Author:   starseeker
Date:     2020-09-25 16:29:19 +0000 (Fri, 25 Sep 2020)
Log Message:
-----------
Add libged symbol for libtclcad's use of ged_dplot

Modified Paths:
--------------
    brlcad/branches/brep-debug/include/ged/commands.h
    brlcad/branches/brep-debug/src/libged/exec_mapping.cpp

Modified: brlcad/branches/brep-debug/include/ged/commands.h
===================================================================
--- brlcad/branches/brep-debug/include/ged/commands.h   2020-09-25 16:28:34 UTC 
(rev 77228)
+++ brlcad/branches/brep-debug/include/ged/commands.h   2020-09-25 16:29:19 UTC 
(rev 77229)
@@ -860,6 +860,11 @@
  */
 GED_EXPORT extern int ged_stat(struct ged *gedp, int argc, const char *argv[]);
 
+
+
+/* Debugging command for brep plotting */
+GED_EXPORT extern int ged_dplot(struct ged *gedp, int argc, const char 
*argv[]);
+
 /** @} */
 
 

Modified: brlcad/branches/brep-debug/src/libged/exec_mapping.cpp
===================================================================
--- brlcad/branches/brep-debug/src/libged/exec_mapping.cpp      2020-09-25 
16:28:34 UTC (rev 77228)
+++ brlcad/branches/brep-debug/src/libged/exec_mapping.cpp      2020-09-25 
16:29:19 UTC (rev 77229)
@@ -127,6 +127,7 @@
 GED_CMD(decompose)
 GED_CMD(delay)
 GED_CMD(dir2ae)
+GED_CMD(dplot)
 GED_CMD(draw)
 GED_CMD(dsp)
 GED_CMD(dump)

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

Reply via email to