Opened 13 years ago
Last modified 9 years ago
#1562 accepted defect
F77 functions sometimes overwrite input arguments
Reported by: | Per Östlund | Owned by: | Per Östlund |
---|---|---|---|
Priority: | high | Milestone: | Future |
Component: | Version: | ||
Keywords: | Cc: | Per Östlund |
Description
The model Modelica.Media.Incompressible.Examples.Glycol47 gets erroneous values for the poly_rho and poly_Cp constants, because the input array B to the Lapack function dgelsx is overwritten with the unassigned output argument x. This only happens when code generation is used to generate dgelsx.
Change History (3)
comment:1 by , 13 years ago
comment:3 by , 9 years ago
Cc: | perost, perost → perost |
---|---|
Milestone: | → Future |
Note:
See TracTickets
for help on using tickets.
The problem is:
Which fills x_ext with an empty (unassigned) array