mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
fix for OCCT 7.4 and older
This commit is contained in:
parent
f856e90d15
commit
69f6a9cc90
@ -608,7 +608,7 @@ namespace netgen
|
||||
#if OCC_VERSION_MAJOR>=7 && OCC_VERSION_MINOR>=5
|
||||
uv = triangulation -> UVNode(triangle(k));
|
||||
#else
|
||||
uv = triangulation -> UVNodes()(triangle(k);
|
||||
uv = triangulation -> UVNodes()(triangle(k));
|
||||
#endif
|
||||
prop.SetParameters (uv.X(), uv.Y());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user