mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +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)
|
||||
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;
|
||||
|
||||
//for (std::size_t i = 0; i < mr + 1; i++)
|
||||
|
Loading…
Reference in New Issue
Block a user