mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +03:00
Awkward workaround for "undefined symbols" error caused by stupid non-inline constexpr semantics (nw)
This commit is contained in:
parent
d36a68979c
commit
9807755a65
@ -246,7 +246,7 @@ namespace plib
|
|||||||
if (rho < rho_delta)
|
if (rho < rho_delta)
|
||||||
return itr_used + 1;
|
return itr_used + 1;
|
||||||
|
|
||||||
vec_set_scalar(RESTART+1, m_g, constants<FT>::zero);
|
vec_set_scalar(RESTART+1, m_g, +constants<FT>::zero);
|
||||||
m_g[0] = rho;
|
m_g[0] = rho;
|
||||||
|
|
||||||
//for (std::size_t i = 0; i < mr + 1; i++)
|
//for (std::size_t i = 0; i < mr + 1; i++)
|
||||||
|
Loading…
Reference in New Issue
Block a user