mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 08:57:39 +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) {
|
hyperpoint christoffel(const hyperpoint at, const hyperpoint velocity, const hyperpoint transported) {
|
||||||
constexpr ld l2 = log(2);
|
const ld l2 = log(2);
|
||||||
constexpr ld l3 = log(3);
|
const ld l3 = log(3);
|
||||||
switch(geometry) {
|
switch(geometry) {
|
||||||
case gSolN:
|
case gSolN:
|
||||||
return hpxyz3(
|
return hpxyz3(
|
||||||
|
Reference in New Issue
Block a user