mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 05:20:34 +05:00
fix in diffpack output (due to T. Hisch)
This commit is contained in:
parent
ca19e38bdd
commit
5f98312aa1
@ -254,7 +254,7 @@ void WriteDiffPackFormat (const Mesh & mesh,
|
|||||||
outfile.width(16);
|
outfile.width(16);
|
||||||
outfile << p.X()/scale << ", ";
|
outfile << p.X()/scale << ", ";
|
||||||
outfile.width(16);
|
outfile.width(16);
|
||||||
outfile << p.Y()/scale << ", ";
|
outfile << p.Y()/scale << ") ";
|
||||||
|
|
||||||
if(mesh[PointIndex(i)].Type() != INNERPOINT)
|
if(mesh[PointIndex(i)].Type() != INNERPOINT)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user