* Standard mesh colour changed to Green in OCC Geometry to maintain consistency across Netgen

This commit is contained in:
Philippose Rajan 2009-02-25 18:39:51 +00:00
parent 61f9699f10
commit dd9cc6abac
2 changed files with 2 additions and 2 deletions

View File

@ -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;
} }

View File

@ -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;
} }