mirror of
https://github.com/NGSolve/netgen.git
synced 2025-03-16 16:11:27 +05:00

ICC complains about ambigous variable 'i' applying old/new scoping rules. Therefore, use local loop variables in for loops.
ICC complains about ambigous variable 'i' applying old/new scoping rules. Therefore, use local loop variables in for loops.