diff --git a/src/initialize.f90 b/src/initialize.f90 index 424781c0..45aabf34 100644 --- a/src/initialize.f90 +++ b/src/initialize.f90 @@ -102,9 +102,8 @@ subroutine outputCopyright(io,ierr) write(io,'(A107)') " *********************************************************************************************************" write(io,'(A107)') " " write(io,'(A107)') " Cite this work as: " - write(io,'(A107)') " Manathunga, M.; Shajan, A.; Smith, J.; Miao, Y.; He, X.; Ayers, K.; " - write(io,'(A107)') " Brothers, E.; Goetz, A.W.; Merz, K.M. QUICK-23.08 " - write(io,'(A107)') " University of California San Diego, CA and Michigan State University, East Lansing, MI, 2023 " + write(io,'(A107)') " Manathunga, M.; Shajan, A.; Smith, J.; Miao, Y.; He, X.; Ayers, K.; Brothers, E.; Goetz, A.W.; Merz, K.M." + write(io,'(A107)') " QUICK-23.08 University of California San Diego, CA and Michigan State University, East Lansing, MI, 2023 " write(io,'(A107)') " " write(io,'(A107)') " If you have any comments or queries, please reach out to us on GitHub issues or discussion sections: " write(io,'(A107)') " https://github.com/merzlab/QUICK. "