1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 22:53:19 +00:00

fix to last commit

This commit is contained in:
Zeno Rogue 2018-04-23 12:53:49 +02:00
parent 39916901ee
commit 017d14e862

View File

@ -971,7 +971,6 @@ namespace polygonal {
extern int SI;
extern ld STAR;
extern int deg;
typedef long double xld;
extern ld coefr[MSI], coefi[MSI];
extern int maxcoef, coefid;
void solve();