Revision: 76119
          http://sourceforge.net/p/brlcad/code/76119
Author:   starseeker
Date:     2020-06-11 18:38:00 +0000 (Thu, 11 Jun 2020)
Log Message:
-----------
Add the burst unit strings not already in units.c (plurals of units) so we can 
match what burst would have matched.

Modified Paths:
--------------
    brlcad/branches/bioh/src/libbu/units.c

Modified: brlcad/branches/bioh/src/libbu/units.c
===================================================================
--- brlcad/branches/bioh/src/libbu/units.c      2020-06-11 18:35:43 UTC (rev 
76118)
+++ brlcad/branches/bioh/src/libbu/units.c      2020-06-11 18:38:00 UTC (rev 
76119)
@@ -73,12 +73,15 @@
     {1.0e-3,           "micron"},
     {1.0,              "mm"},
     {1.0,              "millimeter"},
+    {1.0,              "millimeters"}, /* plural */
     {10.0,             "cm"},
     {10.0,             "centimeter"},
+    {10.0,             "centimeters"}, /* plural */
     {100.0,            "dm"},
     {100.0,            "decimeter"},
     {1000.0,           "m"},
     {1000.0,           "meter"},
+    {1000.0,           "meters"}, /* plural */
     {10000.0,          "Dm"},
     {10000.0,          "decameter"},
     {100000.0,         "hm"},

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