Symbol Description Uses
commentCharacter Variable used in column 1 of parameter 4



File Line number Procedure Code
./eesupp/src/eeset_parms.F 189 EESET_PARMS
       IF ( RECORD(1:1) .NE. commentCharacter ) THEN
./eesupp/src/open_copy_data_file.F 121 OPEN_COPY_DATA_FILE
       IF ( RECORD(1:1) .NE. commentCharacter ) THEN
./eesupp/inc/EEPARAMS.h 133 NO PROCEDURE
      CHARACTER*(*) commentCharacter
./eesupp/inc/EEPARAMS.h 134 NO PROCEDURE
      PARAMETER ( commentCharacter = '#' )