next up previous contents
Next: list_index Up: Fortran: Module Interface histFileMod Previous: getname   Contents

getflag


INTERFACE:

    character(len=1) function getflag (inname)
DESCRIPTION:

Retrieve flag portion of inname. If an averaging flag separater character is present (:) in inname, return the character after it as the flag


ARGUMENTS:

      implicit none
      character(len=*) inname   ! character string
REVISION HISTORY:
   Created by Jim Rosinski
LOCAL VARIABLES:




Erik Kluzek 2011-06-15