mirror of https://gitlab.com/pamhyr/pamhyr2
parent
1da3461dfe
commit
5bc514c565
|
|
@ -95,7 +95,6 @@ class InternalMeshing(AMeshingTool):
|
||||||
guide_list[i],
|
guide_list[i],
|
||||||
guide_list[i+1])
|
guide_list[i+1])
|
||||||
|
|
||||||
|
|
||||||
def interpolate_transversal_step(self,
|
def interpolate_transversal_step(self,
|
||||||
reach,
|
reach,
|
||||||
limites,
|
limites,
|
||||||
|
|
@ -133,6 +132,7 @@ class InternalMeshing(AMeshingTool):
|
||||||
p.rk = reach.profiles[ptr0].rk + \
|
p.rk = reach.profiles[ptr0].rk + \
|
||||||
dj*(reach.profiles[ptr].rk -
|
dj*(reach.profiles[ptr].rk -
|
||||||
reach.profiles[ptr0].rk)
|
reach.profiles[ptr0].rk)
|
||||||
|
p.name = f'interpol{p.rk}'
|
||||||
reach.insert_profile(ptr, p)
|
reach.insert_profile(ptr, p)
|
||||||
ptr += 1 # next profile, original
|
ptr += 1 # next profile, original
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue