Opened 13 years ago
#3 new defect
PARAMETER variables may be arranged incorrectly
Reported by: | rtoy | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | f2cl | Version: | |
Keywords: | Cc: |
Description
PARAMETER
variables may not be arranged correctly. This may require
some hand-tweaking of the output lisp file. This manifests itself
if the value of a PARAMETER
variable is computed from the value(s)
of other PARAMETER
variables.
The order is not important in Fortran, but when converted, the order is important in Lisp. Sometimes f2cl gets it wrong. Reordering the PARAMETER
variables in Fortran will usually make it work for Lisp.
Note: See
TracTickets for help on using
tickets.