Make ASCII logo a little smaller

This commit is contained in:
Paul Romano 2016-08-23 06:26:20 -05:00
parent aaa80eb989
commit 75a7986bb7

View file

@ -38,37 +38,30 @@ contains
use omp_lib
#endif
write(UNIT=OUTPUT_UNIT, FMT='(/29(A/))') &
' %%%%%%%%%%%%%%%%%%', &
' %%%%%%%%%%%%%%%%%%%%%%%%%%%%', &
' %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', &
' %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', &
' %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', &
' %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', &
' %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', &
' %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', &
' %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', &
' %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', &
' ################### %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', &
' ###################### %%%%%%%%%%%%%%%%%%%%%%%%%%%%%', &
' ####################### %%%%%%%%%%%%%%%%%%%%%%%%%%%%', &
' ######################## %%%%%%%%%%%%%%%%%%%%%%%%%%%%', &
' ######################### %%%%%%%%%%%%%%%%%%%%%%%%%%%', &
' ########################## %%%%%%%%%%%%%%%%%%%%%%%%%%', &
' ############################ %%%%%%%%%%%%%%%%%%%%%%%%', &
' ############################# %%%%%%%%%%%%%%%%%%%%%%%', &
' ############################## %%%%%%%%%%%%%%%%%%%%%', &
' ############################# %%%%%%%%%%%%%%%%%%%%', &
' ########################### %%%%%%%%%%%%%%%%%%%%', &
' ######################### %%%%%%%%%%%%%%%%%%%%%', &
' ###################### %%%%%%%%%%%%%%%%%%%%%', &
' #################### %%%%%%%%%%%%%%%%%%%%%', &
' ################# %%%%%%%%%%%%%%%%%%%%', &
' ############## %%%%%%%%%%%%%%%%%%%', &
' ########### %%%%%%%%%%%%%%%%%%', &
' ####### %%%%%%%%%%%%%%%%', &
' %%%%%%%%%%%%%%'
write(UNIT=OUTPUT_UNIT, FMT='(/23(A/))') &
' %%%%%%%%%%%%%%%', &
' %%%%%%%%%%%%%%%%%%%%%%%%', &
' %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', &
' %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', &
' %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', &
' %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', &
' %%%%%%%%%%%%%%%%%%%%%%%%', &
' %%%%%%%%%%%%%%%%%%%%%%%%', &
' ############### %%%%%%%%%%%%%%%%%%%%%%%%', &
' ################## %%%%%%%%%%%%%%%%%%%%%%%', &
' ################### %%%%%%%%%%%%%%%%%%%%%%%', &
' #################### %%%%%%%%%%%%%%%%%%%%%%', &
' ##################### %%%%%%%%%%%%%%%%%%%%%', &
' ###################### %%%%%%%%%%%%%%%%%%%%', &
' ####################### %%%%%%%%%%%%%%%%%%', &
' ######################## %%%%%%%%%%%%%%%%%', &
' ###################### %%%%%%%%%%%%%%%%%', &
' #################### %%%%%%%%%%%%%%%%%', &
' ################# %%%%%%%%%%%%%%%%%', &
' ############## %%%%%%%%%%%%%%%%', &
' ########### %%%%%%%%%%%%%%%', &
' ####### %%%%%%%%%%%%%%', &
' %%%%%%%%%%%%'
! Write version information
write(UNIT=OUTPUT_UNIT, FMT=*) &