mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
Fix SplineSeg ctor
This commit is contained in:
parent
abb2e43ccb
commit
d6ca80d50e
@ -107,7 +107,7 @@ namespace netgen
|
||||
double aweight,
|
||||
string bcname,
|
||||
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user