Opened 9 years ago

Last modified 9 years ago

#3598 assigned defect

C++ keywords as a Modelica variable inside of a function

Reported by: Lennart Ochel Owned by: Niklas Worschech
Priority: high Milestone: Future
Component: Cpp Run-time Version:
Keywords: Cc:

Description

It seems that there are some issues similar to #3596 in the Cpp runtime as well. Please checkout following model:

model M
  function f
    input Real switch;
    output Real out = switch;
  end f;

  Real r = f(time);
end M;

Change History (2)

comment:1 by Marcus Walther, 9 years ago

Owner: changed from Marcus Walther to Niklas Worschech
Status: newassigned

Hi Lennart, because I have only 3 days remaining at the university, I reassign the ticket to Niklas.

comment:2 by Lennart Ochel, 9 years ago

No problem. It's just that you were the default owner for tickets that refer to Cpp Run-time. I now changed the default owner to somebody.

Note: See TracTickets for help on using tickets.