35 character*(*) caller,text
39 integer index, last, len
43 last=index(caller,
' ')-1
44 if (last.lt.1) last=len(caller)
45 print 50,caller(1:last),text
48 50
format(
'WARNING (',a,
'): ',a)
57 character*(*) caller,text
62 integer index, last, len
66 last=index(caller,
' ')-1
67 if (last.lt.1) last=len(caller)
68 print 50,caller(1:last),text,n
71 50
format(
'WARNING (',a,
'): ',a,i6)
subroutine time_util_warning(caller, text)
subroutine time_util_warning_n(caller, text, n)