[Ad-dev] [openAD] #282: wrong error message on lline length
OpenAD
trac at mcs.anl.gov
Fri Apr 20 13:22:32 CDT 2012
#282: wrong error message on lline length
------------------------------+---------------------------------------------
Reporter: utke | Owner: hlcm
Type: defect | Status: new
Priority: major | Milestone:
Component: SourceProcessing | Keywords:
------------------------------+---------------------------------------------
the logic in
PyFort/process_fort_stmt.py
hcm at 483 39 if flow.inputLineLength != 0:
hcm at 483 40 if jl[flow.inputLineLength:] != '':
hcm at 483 41 print >> sys.stderr, "The following text is being cut
because the statement exceeded the specified line length:
"+jl[flow.inputLineLength:]
Is being applied *after* the line has been concatenated and the line
length of the concatenated line has nothing to do with the
intial linelength being assumed by default from the formal or
being specifcied by the user.
--
Ticket URL: <https://trac.mcs.anl.gov/projects/openAD/ticket/282>
OpenAD <http://www.mcs.anl.gov/openad>
Bug tracking for OpenAD components
More information about the Ad-dev
mailing list