mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-11 21:50:34 +05:00
Fix SplineSeg ctor
This commit is contained in:
parent
abb2e43ccb
commit
d6ca80d50e
@ -107,7 +107,7 @@ namespace netgen
|
|||||||
double aweight,
|
double aweight,
|
||||||
string bcname,
|
string bcname,
|
||||||
double maxh)
|
double maxh)
|
||||||
: SplineSeg<D>(maxh, bcname), p1(ap1), p2(ap2), p3(ap3)
|
: SplineSeg<D>(maxh, bcname), p1(ap1), p2(ap2), p3(ap3), weight(aweight)
|
||||||
{
|
{
|
||||||
proj_latest_t = 0.5;
|
proj_latest_t = 0.5;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user