diff --git a/src/Meshing/Internal.py b/src/Meshing/Internal.py index f38e16fd..b4144fec 100644 --- a/src/Meshing/Internal.py +++ b/src/Meshing/Internal.py @@ -103,7 +103,7 @@ class InternalMeshing(AMeshingTool): np = [] for i in range(limites[0], limites[1]): np.append(int(abs(reach.profiles[i+1].rk - - reach.profiles[i].rk) / step) - 1) + reach.profiles[i].rk) / step) - 1) if np[-1] < 0: np[-1] = 0 diff --git a/src/Solver/RubarBE.py b/src/Solver/RubarBE.py index 1b3564d1..c92f2169 100644 --- a/src/Solver/RubarBE.py +++ b/src/Solver/RubarBE.py @@ -58,7 +58,7 @@ class Rubar3(CommandLineSolver): ("rubarbe_iovis", "n"), ("rubarbe_rep", "n"), ("rubarbe_tinit", "000:00:00:00"), - ("rubarbe_tmax", "000:01:00:00"), # 1 day + ("rubarbe_tmax", "000:01:00:00"), # 1 day ("rubarbe_tiopdt", "000:00:00:00"), ("rubarbe_dt", "5.0"), ("rubarbe_ts", "999:99:99:00"),