mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +00:00
disabled marking log(2) and log(3) as constexpr
This commit is contained in:
parent
09a4849a72
commit
a5579af826
@ -427,8 +427,8 @@ EX namespace solnihv {
|
||||
" }";
|
||||
|
||||
hyperpoint christoffel(const hyperpoint at, const hyperpoint velocity, const hyperpoint transported) {
|
||||
constexpr ld l2 = log(2);
|
||||
constexpr ld l3 = log(3);
|
||||
const ld l2 = log(2);
|
||||
const ld l3 = log(3);
|
||||
switch(geometry) {
|
||||
case gSolN:
|
||||
return hpxyz3(
|
||||
|
Loading…
Reference in New Issue
Block a user