Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
jordidj committed Dec 7, 2023
1 parent 1179915 commit 8dc1d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dataIO/mod_console.f08
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ subroutine print_logo()
character(len=57) :: spaces_v = ""
integer :: i

if (logger%get_logging_level() >= 1) return
if (logger%get_logging_level() <= 1) return

logo(1) = " __ ________ ________ _______ __ ___ __________ "
logo(2) = "| | | ____ \| ____ \ / _ \ | | / \ | ______ \"
Expand Down

0 comments on commit 8dc1d1d

Please sign in to comment.