Skip to content

Commit

Permalink
fixed constant name
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorogue committed Jan 11, 2024
1 parent bdd2b5e commit 0ea461f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion savemem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ EX void save_memory() {
// go back to such a point X that all the heptagons adjacent to the current 'at'
// are the children of X. This X becomes the new 'at'
if(true) {
heptagon *allh[MAX_EDGE+1];
heptagon *allh[FULL_EDGE+1];
int hcount = 0;
allh[hcount++] = at;
for(int j=0; j<S7; j++)
Expand Down

0 comments on commit 0ea461f

Please sign in to comment.