mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
* Standard mesh colour changed to Green in OCC Geometry to maintain consistency across Netgen
This commit is contained in:
parent
61f9699f10
commit
dd9cc6abac
@ -1053,7 +1053,7 @@ namespace netgen
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
matcol[0] = 1.0;
|
matcol[0] = 0.0;
|
||||||
matcol[1] = 1.0;
|
matcol[1] = 1.0;
|
||||||
matcol[2] = 0.0;
|
matcol[2] = 0.0;
|
||||||
}
|
}
|
||||||
|
@ -553,7 +553,7 @@ namespace netgen
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
mat_col[0] = 1.0;
|
mat_col[0] = 0.0;
|
||||||
mat_col[1] = 1.0;
|
mat_col[1] = 1.0;
|
||||||
mat_col[2] = 0.0;
|
mat_col[2] = 0.0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user