Skip to content

Commit 5ea9dec

Browse files
authored
Rocket throat properties now printed even if there's no exit cone (#91)
1 parent 6f79e37 commit 5ea9dec

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

source/rocket.f90

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,8 @@ subroutine RocketSolver_solve_throat(self, soln, idx, pc, h_inf, s0, weights, aw
414414
soln%i_save = 0
415415
end if
416416

417+
call mark_completed(soln, idx)
418+
417419
end subroutine
418420

419421
subroutine RocketSolver_solve_throat_frozen(self, soln, idx, n_frz, pc, h_inf, awt)

0 commit comments

Comments
 (0)