1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-17 02:40:03 +00:00

more pro filename for solv geodesics table

This commit is contained in:
Zeno Rogue 2019-07-30 13:56:39 +02:00
parent d3aab384d2
commit d64c3ea125

View File

@ -16,7 +16,7 @@ namespace solv {
bool table_loaded;
string solfname = "soltable-final.dat";
string solfname = "solv-geodesics.dat";
pt inverse_exp(pt h);