Skip to content

Commit

Permalink
(header) amend header to reflect collaborative authorship of Phantom
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Dec 20, 2024
1 parent ef9b449 commit 0ccbae3
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions src/main/writeheader.F90
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,10 @@ subroutine write_codeinfo(iunit)
write(iunit,10) trim(phantom_version_string)

10 format(/, &
" _ \ | | ___| _ \ | |",/, &
" | | __ \ _` | __ \ __| _ \ __ `__ \ \___ \ | | | |",/, &
" ___/ | | | ( | | | | ( | | | | | ___/ ___ |",/, &
"_| _| |_|\__,_|_| _|\__|\___/ _| _| _|_____/ _| _| _|",/, &
" ___ , _ ",/, &
" |) (| \ _, o _ |\ /|/ \ ,_ o _ _ ",/, &
" |/\_| | | |/ | /|/| | |/ |/ |__// | | / |/ ",/, &
" \/ \/|/ (\__/ \/|_/ | |_/|/|_/|_/ | |/|/\__/|_/",/, &
" (| ",//, &
" _ \ | | ___| _ \ | |",/, &
" | | __ \ _` | __ \ __| _ \ __ `__ \ \___ \ | | | |",/, &
" ___/ | | | ( | | | | ( | | | | | ___/ ___ |",/, &
" _| _| |_|\__,_|_| _|\__|\___/ _| _| _| _____/ _| _| _|",//, &
" Version: ",a)
!
!--write info on latest git commit
Expand Down

0 comments on commit 0ccbae3

Please sign in to comment.