mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
Fix a little utf-8 massacre. (nw)
This commit is contained in:
parent
5d49ee6fbd
commit
6fd6943375
@ -92,7 +92,7 @@ struct mat_cr_t
|
||||
*
|
||||
* ==> LUx = r
|
||||
*
|
||||
* ==> Ux = L?????r = w
|
||||
* ==> Ux = L⁻¹r = w
|
||||
*
|
||||
* ==> r = Lw
|
||||
*
|
||||
|
@ -179,7 +179,7 @@ nl_convert_base_t::unit_t nl_convert_base_t::m_units[] = {
|
||||
{"M", "CAP_M(%g)", 1.0e-3 },
|
||||
{"u", "CAP_U(%g)", 1.0e-6 }, /* eagle */
|
||||
{"U", "CAP_U(%g)", 1.0e-6 },
|
||||
{"??", "CAP_U(%g)", 1.0e-6 },
|
||||
{"μ", "CAP_U(%g)", 1.0e-6 },
|
||||
{"N", "CAP_N(%g)", 1.0e-9 },
|
||||
{"P", "CAP_P(%g)", 1.0e-12},
|
||||
{"F", "%ge-15", 1.0e-15},
|
||||
|
Loading…
Reference in New Issue
Block a user