BF: Address compiler errors about implicit cast from int to Real (a.k.a double)
This MR addresses a compiler error which may arise on some platforms, complaining about an implicit cast from int
to Real
(which is type-deffed to double
). An example failing build log can be seen here.