COSMOS v7.655  COSMOSv7655
(AirShowerMC)
klena.f File Reference

Go to the source code of this file.

Functions/Subroutines

integer function klena (cha)
 

Function/Subroutine Documentation

◆ klena()

integer function klena ( character*(*)  cha)

Definition at line 20 of file klena.f.

Referenced by __add2hyb.f__(), __add2nrfai.f__(), __checknrfai.f__(), __mknrfai.f__(), __mknrfaifromdat.f__(), __randomsel.f__(), __ranseeascii.f__(), __reanal.f__(), __reducebinsize.f__(), __reduceeachsize.bin.f__(), __reduceeachsize.binbyl.f__(), __reduceeachsize.f__(), __reducesize.f__(), __seeascii.f__(), __select.f__(), __smashskel.f__(), __smashskelsmallfileno.f__(), __smashskeltrial.f__(), __test.f__(), __timeslice.f__(), __timeslice2.f__(), __timesliceg77.f__(), and cwhatjob().

20  implicit none
21  character*(*) cha
22  integer l
23 
24  l=len(cha)
25 
26  if(l <= 0 .or. cha == " " ) then
27  klena=0
28  else
29  do while (cha(l:l) .eq. ' ')
30  l=l-1
31  enddo
32  klena=l
33  endif
integer function klena(cha)
Definition: klena.f:20
Here is the caller graph for this function: