Revision: 76777
http://sourceforge.net/p/brlcad/code/76777
Author: brlcad
Date: 2020-08-15 12:28:39 +0000 (Sat, 15 Aug 2020)
Log Message:
-----------
ws
Modified Paths:
--------------
brlcad/trunk/src/libbu/units.c
Modified: brlcad/trunk/src/libbu/units.c
===================================================================
--- brlcad/trunk/src/libbu/units.c 2020-08-15 12:27:33 UTC (rev 76776)
+++ brlcad/trunk/src/libbu/units.c 2020-08-15 12:28:39 UTC (rev 76777)
@@ -49,6 +49,7 @@
char name[32];
};
+
struct conv_table {
struct cvt_tab *cvttab;
};
@@ -164,6 +165,7 @@
{0.0, ""} /* LAST ENTRY */
};
+
/* Keep table sorted sorted small-to-large. Algorithms below may rely
* on the ordering.
*/
@@ -181,6 +183,7 @@
{0.0, ""} /* LAST ENTRY */
};
+
static const struct conv_table unit_lists[4] = {
{bu_units_length_tab}, {bu_units_volume_tab}, {bu_units_mass_tab}, {NULL}
};
@@ -314,6 +317,7 @@
return (const char *)NULL;
}
+
struct bu_vls *
bu_units_strings_vls()
{
@@ -432,6 +436,7 @@
*p = bu_mm_value(value);
}
+
/*
* Local Variables:
* mode: C
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