most link & include lines are longer than 50 characters
Showing
-
Maintainer
@redies: in the file io/xmlOutput.F90 I will revert your changes. It is actually important for the XML IO to have exactly 50 characters. With your changes I obtain The error "Fortran runtime error: Different CHARACTER lengths (19/6) in array constructor". We decided a long time ago to cut the output after 50 characters, because otherwise it would not be readable anyway.
So: There is an array of these strings and therefore they cannot have different lengths.
The error appears in line 90 of xmlOutput.F90. With gfortran and debugging options.
-
Maintainer
Change of plan: We will discuss this tomorrow and then probably revert the whole commit. The changes seem to depend on each other.
Please register or sign in to comment