Skip to content

Commit 2e68700

Browse files
committed
fix restart
1 parent c0c5379 commit 2e68700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solver/type_getters.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ function setup_output_dir(
590590
style = output_dir_style_obj,
591591
)
592592

593-
return output_dir, restart_file
593+
return output_dir, final_restart_file
594594
end
595595

596596
function get_sim_info(config::AtmosConfig)

0 commit comments

Comments
 (0)