Opened 15 years ago
Last modified 15 years ago
#1397 closed defect (fixed)
Fix external "builtin" calls in MSL3.2
| Reported by: | Martin Sjölund | Owned by: | Martin Sjölund |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Version: | ||
| Keywords: | Cc: | Martin Sjölund, |
Description
Modelica.Math.sin is now external "builtin" instead of external "C". This has the side-effect that no function is generated in the C-code (because it is builtin).
External calls should be translated from the full path into the short form, i.e. Modelica.Math.sin becomes sin. This should make symbolic transformations easier.
Note:
See TracTickets
for help on using tickets.

Fixed in r7720