Revision: 77140
http://sourceforge.net/p/brlcad/code/77140
Author: brlcad
Date: 2020-09-14 04:47:16 +0000 (Mon, 14 Sep 2020)
Log Message:
-----------
note that cline is intentionally not included
Modified Paths:
--------------
brlcad/trunk/src/libged/make/make.c
Modified: brlcad/trunk/src/libged/make/make.c
===================================================================
--- brlcad/trunk/src/libged/make/make.c 2020-09-14 04:31:09 UTC (rev 77139)
+++ brlcad/trunk/src/libged/make/make.c 2020-09-14 04:47:16 UTC (rev 77140)
@@ -73,6 +73,7 @@
struct rt_pnts_internal *pnts_ip;
struct rt_cline_internal *cline_ip;
+ /* intentionally not included: cline */
static const char *usage = "-h | -t | -o origin -s sf name
<arb8|arb7|arb6|arb5|arb4|arbn|ars|bot|datum|ehy|ell|ell1|epa|eto|extrude|grip|half|hyp|nmg|part|pipe|pnts|rcc|rec|rhc|rpc|rpp|sketch|sph|tec|tgc|tor|trc>";
GED_CHECK_DATABASE_OPEN(gedp, GED_ERROR);
@@ -114,6 +115,7 @@
case 't':
case 'T':
if (argc == 2) {
+ /* intentionally not included: cline */
bu_vls_printf(gedp->ged_result_str, "arb8 arb7 arb6 arb5
arb4 arbn ars bot datum ehy ell ell1 epa eto extrude grip half hyp nmg part
pipe pnts rcc rec rhc rpc rpp sketch sph tec tgc tor trc superell metaball");
return GED_HELP;
}
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