call mesh.ComputeNVertices in read fnf file

This commit is contained in:
Christopher Lackner 2021-09-30 15:40:38 +02:00
parent 50ef307622
commit 1fd4835c72

View File

@ -469,5 +469,6 @@ namespace netgen
else else
PrintMessage(3, "parse line: (", buf, ")"); PrintMessage(3, "parse line: (", buf, ")");
} }
mesh.ComputeNVertices();
} }
} }