disabled marking log(2) and log(3) as constexpr

This commit is contained in:
Zeno Rogue
2019-10-04 17:42:25 +02:00
parent 09a4849a72
commit a5579af826
+2 -2
View File
@@ -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(