mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
call mesh.ComputeNVertices in read fnf file
This commit is contained in:
parent
50ef307622
commit
1fd4835c72
@ -469,5 +469,6 @@ namespace netgen
|
|||||||
else
|
else
|
||||||
PrintMessage(3, "parse line: (", buf, ")");
|
PrintMessage(3, "parse line: (", buf, ")");
|
||||||
}
|
}
|
||||||
|
mesh.ComputeNVertices();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user