Trac2GitHub Transition of Modelica Assocication Projects

Results 574 comments of Trac2GitHub Transition of Modelica Assocication Projects

**Comment by hansolsson on 1 Mar 2017 14:48 UTC** Henrik: One possibility is that it is MCP-material, and thus cannot be included in Modelica 3.4. Stefan: Used in libraries, so...

**Comment by HansOlsson on 25 May 2011 09:18 UTC** Personally I agree that this looks like a good idea; and think it should be discussed at the next meeting. I...

**Comment by hansolsson on 28 Feb 2012 13:49 UTC** Language group: One way would be to introduce a parameter for position and be allowed to change. Another way is to...

**Comment by hansolsson on 28 Feb 2012 18:02 UTC** Discussed at bigger meeting - a different possibility is to use modifier-syntax, i.e.: ``` model Resistor ... extends OnePort(p annotation(Placement( transformation(extent=...

**Comment by sjoelund.se on 24 Apr 2017 10:09 UTC** Passing `external 0` would require a change in the grammar. Passing `NULL` or `NULL()` would not (you can pass any expression...

**Modified by beutlich on 24 Apr 2017 11:07 UTC**

**Comment by beutlich on 25 Apr 2017 08:27 UTC** What is the aim of this ticket? 1. Add external null pointer, such that dgees with "N" works in a clean...

**Comment by henrikt on 25 Apr 2017 13:17 UTC** The aim is 1; make it possible to call `dgees` with "N" in a clean way that will work also for...

**Comment by choeger on 25 Apr 2017 15:38 UTC** I do not think that this is a very good idea. We would introduce a literal that can only be used...

**Comment by anonymous on 25 Apr 2017 15:51 UTC** Passing a variable which is void\* in C++ is an error for function pointer expected. Passing NULL is allowed.