Initial commit
This commit is contained in:
18
gen/fit_title.f
Normal file
18
gen/fit_title.f
Normal file
@ -0,0 +1,18 @@
|
||||
SUBROUTINE fit_title(titlepar)
|
||||
C ------------------------------
|
||||
include 'fit.inc'
|
||||
|
||||
character titlepar*(*)
|
||||
C
|
||||
if (titlepar .eq. ' ') then
|
||||
10 WRITE (ISYSWR,1000)
|
||||
READ (ISYSRD,'(A)',ERR=10,END=999) ITIT
|
||||
else
|
||||
itit=titlepar
|
||||
endif
|
||||
call sym_put_str('Title', itit)
|
||||
|
||||
999 CONTINUE
|
||||
|
||||
1000 FORMAT (/' Title: ',$)
|
||||
END
|
Reference in New Issue
Block a user