1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-19 07:20:25 +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 int SI;
extern ld STAR; extern ld STAR;
extern int deg; extern int deg;
typedef long double xld;
extern ld coefr[MSI], coefi[MSI]; extern ld coefr[MSI], coefi[MSI];
extern int maxcoef, coefid; extern int maxcoef, coefid;
void solve(); void solve();