This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/60781] cannot match namelist object name


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60781

--- Comment #8 from Laura C <lauraelcomeau at yahoo dot co.uk> ---
I've tried changing the Input.f90 code to 

character(len=70) :: &
  dem_file='',      &! Elevation file name
  met_file='',      &! Driving data file name
  vegf_file='',     &! Vegetation fraction file name
  vegh_file='',     &! Vegetation height file name
  wind_file='',     &! Wind distribution file name
  RunID=''           ! Run identifier

i.e adding the ='' into the code, but I still get the same namelist error.
Is this what you meant by the 'curly quotes'?

Laura


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]