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