Skip to content

Commit

Permalink
Fixed Tao `python floor_plan error handling. (#1067)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSagan authored Jul 16, 2024
1 parent d97b1d2 commit 0d316a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions tao/code/tao_python_cmd.f90
Original file line number Diff line number Diff line change
Expand Up @@ -4270,6 +4270,7 @@ subroutine tao_python_cmd (input_str)

if (.not. allocated(g%floor_list)) then
call invalid ('Floor plan drawing not yet setup for this graph.')
return
endif

do i = 1, size(g%floor_list)
Expand Down
7 changes: 0 additions & 7 deletions util/extract_external_deps

This file was deleted.

0 comments on commit 0d316a1

Please sign in to comment.