master v1.2.2
Theophile Terraz 2025-11-26 11:58:58 +01:00
parent 1da3461dfe
commit 5bc514c565
2 changed files with 7 additions and 7 deletions

View File

@ -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