mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-15 22:27:38 +00:00
disabled marking log(2) and log(3) as constexpr
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user