mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
fix in diffpack output (due to T. Hisch)
This commit is contained in:
parent
c28fff2a34
commit
3eaca5876a
@ -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