Skip to content

Commit

Permalink
no logo if logging_level = 0 (for multirun purposes)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordidj committed Dec 7, 2023
1 parent 8dc1d1d commit 5f8c87a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.f08
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,13 @@ program legolas
call initialise_globals()
call logger%initialise()

call print_logo()

timer = new_timer()
settings = new_settings()

call timer%start_timer()

call read_user_parfile()
call print_logo()
call print_startup_info(settings)

grid = new_grid(settings)
Expand Down

0 comments on commit 5f8c87a

Please sign in to comment.