neperfepx / neper

Polycrystal generation and meshing
http://neper.info
GNU General Public License v3.0
198 stars 53 forks source link

Missing Parenthesis Error in File - net_mtess_flatten_cell1.c:41:89: #770

Closed mlucasq closed 8 months ago

mlucasq commented 8 months ago

Describe the bug Error during installation after command '$ make'

neper/src/neper_t/net_flatten/net_mtess_flatten/net_mtess_flatten_cell/net_mtess_flatten_cell1.c:41:89: error: expected ‘)’ before ‘;’ token 41 | (*pFTess).CellModeId[++id2] = (Tess[id].CellModeId ? Tess[id].CellModeId[j] : -1

I went to the code and added the ')'. I tried again and it worked (hopefully without future issues).

rquey commented 8 months ago

Thanks @mlucasq.