We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af7a08 commit b820875Copy full SHA for b820875
.DS_Store
0 Bytes
C/main.c
@@ -69,7 +69,7 @@ int main(void)
69
tlngs[tilingId].tilingId = tilingId;
70
tlngs[tilingId].numTilings = numTilings;
71
tlngs[tilingId].edgeLength = 0;
72
- tlngs[tilingId].rhombi_NumMax = 0;
+ tlngs[tilingId].rhombi_NumMax = 0;
73
tlngs[tilingId].path_NumMax = 0;
74
tlngs[tilingId].pathStats_NumMax = 0;
75
tlngs[tilingId].numFats = 0;
@@ -81,7 +81,7 @@ int main(void)
81
tlngs[tilingId].yMin = DBL_MAX;
82
tlngs[tilingId].xMax = - DBL_MAX;
83
tlngs[tilingId].yMax = - DBL_MAX;
84
- tlngs[tilingId].rhombi = NULL;
+ tlngs[tilingId].rhombi = NULL;
85
tlngs[tilingId].path = NULL;
86
tlngs[tilingId].pathStat = NULL;
87
tlngs[tilingId].wantedPostScriptRhombNum = NULL;
0 commit comments