next up previous contents
Next: getflag Up: Fortran: Module Interface histFileMod Previous: max_nFields   Contents

getname


INTERFACE:

    character(len=max_namlen) function getname (inname)
DESCRIPTION:

Retrieve name portion of inname. If an averaging flag separater character is present (:) in inname, lop it off.


ARGUMENTS:

      implicit none
      character(len=*), intent(in) :: inname
REVISION HISTORY:
   Created by Jim Rosinski
LOCAL VARIABLES:




Erik Kluzek 2011-06-15