Timeline
2016-03-15:
- 23:49 Ticket #3760 (Cpp Run-time - Cross compilation of binary FMUs) updated by
-
Everything seems to work with the regular
OMCFactory
, see … - 23:32 Ticket #3763 (Backend - FMI 2.0 export broken in OpenModelica 1.9.4) updated by
- @rfranke try to do a make gitclean before building again.
- 22:23 Ticket #3763 (Backend - FMI 2.0 export broken in OpenModelica 1.9.4) updated by
- I just tried under Jessie (gcc 4.9.2), starting from the current …
- 22:09 Ticket #3765 (Run-time - Bad macro for semiLinear) updated by
- Replying to sjoelund.se: > I think I would have preferred …
- 22:01 Ticket #3760 (Cpp Run-time - Cross compilation of binary FMUs) updated by
- Regarding the "small fix" 05ca4d21/OMCompiler: does anyone …
- 21:35 Ticket #3760 (Cpp Run-time - Cross compilation of binary FMUs) updated by
-
Cc changed
fea7a0a/OMCompiler (and the subsequent fix) separate … - 21:21 Ticket #3763 (Backend - FMI 2.0 export broken in OpenModelica 1.9.4) updated by
- Something seems to be fishy with the fix or I'm doing something wrong …
- 19:43 Ticket #3769 (Installation program - Problem with GCC compiler on Windows 10 - OpenModelica 1.9.4 final rel) updated by
-
Owner, Component changed
- 19:43 Ticket #3769 (Installation program - Problem with GCC compiler on Windows 10 - OpenModelica 1.9.4 final rel) updated by
- Are you connected to any sort of AD domain? (That could enforce some …
- 18:08 Ticket #3769 (Installation program - Problem with GCC compiler on Windows 10 - OpenModelica 1.9.4 final rel) created by
- I have just installed the OpenModelica 1.9.4 final release on MS …
- 17:13 Ticket #3765 (Run-time - Bad macro for semiLinear) updated by
- Having not used them much in the past, I was assuming that inlined …
- 16:28 Ticket #3765 (Run-time - Bad macro for semiLinear) updated by
- @crupp: can you be a bit more specific what you mean with "Looks like …
- 16:04 Ticket #3765 (Run-time - Bad macro for semiLinear) updated by
- I think I would have preferred to make it a static inline function, or …
- 15:40 Ticket #3765 (Run-time - Bad macro for semiLinear) updated by
- Also, vitalij was smart and caught the error in my fix, it should be: …
- 15:30 Ticket #3765 (Run-time - Bad macro for semiLinear) updated by
-
Cc changed
Added rfranke and niklwors to CC for the CPP runtime. - 15:27 Ticket #3765 (Run-time - Bad macro for semiLinear) reopened by
- Looks like I was sloppy. The cpp version also needs it in: …
- 15:21 Ticket #3766 (OMEdit - OMEdit crashes, when you move marked models) closed by
- fixed: Fixed in 6ca8c1c/OMEdit.
- 14:17 Ticket #3767 (Parser - OMEdit - Freeze Loading Screen at "Creating Widgets") updated by
-
Status, Owner, Component changed
This might have something to do with parallel loading of Modelica … - 14:00 Ticket #3768 (OMEdit - Add keyboard shortcuts for flipping of icons horizontally and vertically) updated by
- Oh yes sorry. I blame the students that did not run the latest version.
- 13:52 Ticket #3768 (OMEdit - Add keyboard shortcuts for flipping of icons horizontally and vertically) closed by
- invalid: We have that already. See 62c0c86/OMEdit.
- 13:49 Ticket #2220 (OMEdit - Automatic Save in OMEdit - Logging of Edit Operations) closed by
- fixed: Fixed in 1ec6313/OMEdit. The automatic save is available …
- 13:48 Ticket #3768 (OMEdit - Add keyboard shortcuts for flipping of icons horizontally and vertically) created by
-
My proposal:
* flipping horizontally:
h
* flipping vertically:v
- 13:48 Ticket #3767 (Parser - OMEdit - Freeze Loading Screen at "Creating Widgets") updated by
- When I use loadModel(Modelica) in Shell it says "true" (tried it …
- 13:44 Ticket #2347 (OMEdit - OMEdit error message on autosave in text view) closed by
- fixed: Fixed in 1ec6313/OMEdit.
- 13:44 Ticket #2416 (OMEdit - Unwanted behaviour of OMEdit with syntactically incorrect models) closed by
- fixed: Fixed in 1ec6313/OMEdit. The auto save functionality is …
- 13:18 Ticket #3767 (Parser - OMEdit - Freeze Loading Screen at "Creating Widgets") updated by
- There is a bug in Trac with German browsers, just go to …
- 13:08 Ticket #3767 (Parser - OMEdit - Freeze Loading Screen at "Creating Widgets") updated by
-
What happens if you use call
loadModel(Modelica)
fromOMShell
? - 13:03 Ticket #3767 (Parser - OMEdit - Freeze Loading Screen at "Creating Widgets") updated by
- omediterror.txt and omeditoutput.txt are both empty. (Sorry, can´t …
- 12:56 Ticket #3766 (OMEdit - OMEdit crashes, when you move marked models) updated by
- I mark them by drawing a square with the mousepointer over all models. …
- 12:54 Ticket #3764 (OMPython - OMCSession.sendExpression uses up all available memory when pyplot is ...) updated by
- Yes, the order does not matter. And I checked the threading module as …
- 12:41 Ticket #3767 (Parser - OMEdit - Freeze Loading Screen at "Creating Widgets") updated by
- Start the program and when it is freezed kill it manually from task …
- 12:36 Ticket #3767 (Parser - OMEdit - Freeze Loading Screen at "Creating Widgets") created by
- Sometimes when I open OMEdit it hangs up at the event "Creating …
- 12:35 Ticket #3766 (OMEdit - OMEdit crashes, when you move marked models) updated by
- Could you provide a sample model? How are you marking the components? …
- 12:30 Ticket #3766 (OMEdit - OMEdit crashes, when you move marked models) created by
- When I mark several models on the diagram layer at the same time and …
- 11:50 Ticket #3764 (OMPython - OMCSession.sendExpression uses up all available memory when pyplot is ...) updated by
- > import mpl _after_ OMPython? sorry, the other way round of course. :-P
- 11:42 Ticket #3764 (OMPython - OMCSession.sendExpression uses up all available memory when pyplot is ...) updated by
- Does this also occur if you import mpl _after_ OMPython? If not, it …
- 11:36 Ticket #3764 (OMPython - OMCSession.sendExpression uses up all available memory when pyplot is ...) updated by
- It's weird in the sense that this only occurs if matplotlib and …
- 10:56 Ticket #3764 (OMPython - OMCSession.sendExpression uses up all available memory when pyplot is ...) updated by
- Also, https://github.com/OpenModelica/OMPython/issues/3 is unrelated. …
- 09:00 Ticket #3764 (OMPython - OMCSession.sendExpression uses up all available memory when pyplot is ...) updated by
- I guess this is to be expected. The simulation result is huge and is …
- 08:37 Ticket #3764 (OMPython - OMCSession.sendExpression uses up all available memory when pyplot is ...) updated by
-
Status, Owner changed
- 07:59 Ticket #3764 (OMPython - OMCSession.sendExpression uses up all available memory when pyplot is ...) updated by
- possibly related: https://github.com/OpenModelica/OMPython/issues/3 ?
- 00:53 Ticket #3027 (OMEdit - Select and export variables after simulation) closed by
- fixed: Done in 19e8270/OMEdit.
- 00:22 Ticket #3765 (Run-time - Bad macro for semiLinear) closed by
- fixed
- 00:22 Ticket #3765 (Run-time - Bad macro for semiLinear) updated by
- your fixes was added with …
2016-03-14:
- 23:14 Ticket #3765 (Run-time - Bad macro for semiLinear) updated by
- Thank you for the analysis!
- 22:41 Ticket #3765 (Run-time - Bad macro for semiLinear) created by
- In openmodelica.h the macro for semiLinear is defined as: #define …
- 21:18 Ticket #3032 (OMEdit - Two connecting lines issues) closed by
- fixed: Fixed in 2805502/OMEdit.
- 15:30 Ticket #3764 (OMPython - OMCSession.sendExpression uses up all available memory when pyplot is ...) created by
- I wanted to create a testing script for my modelica models using …
- 15:22 ReleaseNotes/1.9.4 edited by
- (diff)
- 15:22 ReleaseNotes/1.10.0 created by
- 14:59 Ticket #3763 (Backend - FMI 2.0 export broken in OpenModelica 1.9.4) updated by
-
Milestone changed
- 14:58 Tickets #1283,2059,2079,2081,2132,2152,2250,2282,2395,2484,2538,2612,2660,2661,2858,2891,2926,2960,3102,3274,3318,3424,3567,3636,3674,3679,3739,3742,3743,3763,1298,1486,1748,1814,1853,2173,2190,2254,2296,2379,2384,2407,2416,2548,2565,2578,2634,2648,2685,2734,2845,2870,2905,2946,3088,3089,3101,3143,3186,3192,3399,3440,3565,3582,3614,3645,3646,3681,3685,1232,1348,1428,1458,1556,1646,1651,1791,1806,1815,1816,1817,1822,1831,1842,1879,1883,1884,1886,1887,1888,1889,1890,1893,1899,1910,1914,1919,1924,1929,1930,1931,1934,1936,1937,1940,1942,1958,1963,1976,1991,2010,2013,2015,2023,2029,2037,2038,2044,2045,2051,2052,2058,2061,2078,2080,2084,2091,2094,2100,2105,2107,2120,2122,2153,2164,2174,2182,2185,2186,2187,2193,2199,2206,2208,2213,2214,2226,2232,2246,2247,2249,2266,2275,2284,2287,2292,2301,2304,2306,2309,2316,2319,2325,2327,2331,2335,2340,2342,2343,2347,2357,2361,2365,2367,2370,2372,2378,2381,2387,2394,2420,2421,2426,2428,2447,2463,2466,2467,2469,2471,2473,2474,2479,2485,2486,2488,2492,2494,2499,2500,2501,2502,2511,2520,2533,2541,2546,2549,2558,2573,2576,2577,2579,2582,2584,2591,2599,2605,2608,2613,2618,2619,2620,2621,2626,2628,2647,2653,2664,2670,2671,2672,2684,2686,2689,2694,2698,2703,2717,2725,2728,2730,2735,2738,2740,2742,2745,2750,2751,2755,2756,2764,2765,2773,2774,2807,2821,2842,2847,2869,2880,2881,2897,2909,2910,2931,2954,2967,3035,3067,3077,3111,3116,3118,3139,3152,3153,3154,3160,3183,3195,3227,3241,3253,3257,3266,3287,3288,3294,3301,3321,3328,3363,3365,3368,3383,3402,3414,3415,3454,3456,3459,3464,3485,3487,3488,3491,3495,3498,3503,3524,3526,3540,3546,3553,3559,3570,3572,3575,3592,3600,3612,3613,3637,3638,3640,3649,3680,3703,3706,3722,3726,3727,3729,3731,3740,3745,3750,3758,3759,3760,1080,1228,1366,1792,1813,1839,1869,1935,1938,1990,2000,2004,2055,2205,2233,2242,2276,2312,2318,2323,2354,2380,2433,2435,2443,2446,2472,2498,2547,2572,2609,2624,2638,2651,2696,2700,2709,2712,2736,2763,2777,3032,3074,3138,3252,3534,3608,3762,1429,1857,1966,2007,2274,2307,2417,2438 batch updated by
-
Milestone changed
Milestone renamed - 13:07 Ticket #3763 (Backend - FMI 2.0 export broken in OpenModelica 1.9.4) updated by
- It builds fine for me after building both of them. If you are …
- 12:53 Ticket #3763 (Backend - FMI 2.0 export broken in OpenModelica 1.9.4) updated by
- Done in 4c4b39f/OpenModelica-testsuite. We might improve …
- 10:25 Ticket #3763 (Backend - FMI 2.0 export broken in OpenModelica 1.9.4) updated by
- I will add a test.
- 10:17 Ticket #3763 (Backend - FMI 2.0 export broken in OpenModelica 1.9.4) updated by
- [changeset:6d761ce5e911ca8ed7e70ce4cb6835a8d54dfde2/OMCompiler …
2016-03-13:
- 17:16 Ticket #3763 (Backend - FMI 2.0 export broken in OpenModelica 1.9.4) updated by
- Those tests are horrible, by the way. Better to just query the XML for …
- 17:11 Ticket #3763 (Backend - FMI 2.0 export broken in OpenModelica 1.9.4) updated by
- We already have some tests which check for the generated xml e.g., …
- 16:55 Ticket #3763 (Backend - FMI 2.0 export broken in OpenModelica 1.9.4) updated by
-
Status, Owner changed
I'm assigning this to Martin. We should add a test where we output the … - 16:53 Ticket #3763 (Backend - FMI 2.0 export broken in OpenModelica 1.9.4) created by
- The generation of the model structure does not work anymore for …
- 00:00 Ticket #2274 (OMEdit - update class name in "Libraries Browser”) closed by
- fixed: Done in 6247798/OMEdit.
- 00:00 Ticket #2845 (OMEdit - OMEdit handling of packages in the GUI is inconsistent) closed by
- fixed: Done in 6247798/OMEdit.
2016-03-12:
- 10:05 Ticket #3762 (Frontend - OpenModelica simulation hangs for ...) updated by
-
Component changed
I tried several different versions, but always failed to get it … - 09:52 Ticket #3535 (Interactive Environment - duplicate function names are not detected) updated by
-
Status changed
The check should only be done for classes that are used, i.e. when … - 09:21 Ticket #3762 (Frontend - OpenModelica simulation hangs for ...) created by
- OpenModelica 1.9.4 Beta.2 translates …
- 08:59 Ticket #3274 (New Instantiation - Inheritance problems on power systems library) updated by
-
Milestone changed
- 08:53 Ticket #3195 (Backend - Translation error with integer inputs) closed by
- fixed: The ticket was re-opened in #3274. Close this one because the …
- 08:52 Ticket #3274 (New Instantiation - Inheritance problems on power systems library) updated by
-
Priority changed
The error was already reported and partly solved in #3195. This is … - 04:25 Ticket #3761 (Frontend - Buildings coverage went down after library update) updated by
- Thanks mwetter but we should fix the issues anyway.
- 04:22 Ticket #3761 (Frontend - Buildings coverage went down after library update) updated by
- Thanks for reporting. This is now fixed through …
2016-03-11:
- 16:24 Ticket #3753 (OMEdit - Simulation logging flags are wrong) closed by
- fixed: Fixed in 4385f6e/OMEdit. The parser error is indeed a …
- 15:10 Ticket #3535 (Interactive Environment - duplicate function names are not detected) updated by
-
Status, Owner changed
I remember we did this check right after parsing via SCodeUtil. I'll … - 14:45 Ticket #3535 (Interactive Environment - duplicate function names are not detected) updated by
-
Cc changed
That issue might lead to really annoying behaviour and not really … - 13:02 Ticket #3761 (Frontend - Buildings coverage went down after library update) updated by
-
Cc changed
- 12:53 Ticket #3089 (New Instantiation - Flattening error concerning records of records) updated by
- Using the latest nightly build …
- 12:33 Ticket #3674 (New Instantiation - Template error generated by omc) updated by
-
Version changed
- 12:10 Ticket #3761 (Frontend - Buildings coverage went down after library update) updated by
-
Status, Owner changed
- 12:09 Ticket #3761 (Frontend - Buildings coverage went down after library update) created by
- 36 new failures: …
- 10:31 Ticket #3750 (*unknown* - Compilation Problem for model modifier with constrainedby and inheritance) updated by
-
Milestone changed
- 07:25 Ticket #3760 (Cpp Run-time - Cross compilation of binary FMUs) created by
- Use cases for cross compilation are: 1. the development platform …
- 06:25 Ticket #2960 (OMEdit - Extremely sluggish performance of OMEdit when browsing MSL and ...) updated by
- The situation has worsened over the last year. In a not-very-large …
- 06:20 Ticket #3743 (Interactive Environment - Slowness and error in OMEdit error when resizing) updated by
- I tried the same resizing on my one-year-plus old OM r25516 and …
2016-03-10:
- 14:39 Ticket #3757 (MetaModelica - Record field assignment issue) closed by
- fixed: It's now working with the changes in [changeset:af457aa/OMCompiler …
- 14:25 Ticket #3759 (Run-time - [Clock] time values are not strict monotonically increasing) updated by
-
Status, Owner changed
- 14:24 Ticket #3759 (Run-time - [Clock] time values are not strict monotonically increasing) created by
- The following simple test case produces a result file with time values …
- 12:31 ReleaseNotes/1.9.4 edited by
- Fix markup (diff)
- 11:40 Ticket #3757 (MetaModelica - Record field assignment issue) updated by
- Values.mo loses this information. But we can assume if they are both …
- 11:29 Ticket #3757 (MetaModelica - Record field assignment issue) updated by
- It says cls is a non-single class in the type checking, which is why …
- 06:50 Ticket #3758 (Cpp Run-time - MSL NoiseExamples fail with Cpp runtime) closed by
- fixed: Fixed in a4ad037/OMCompiler. The NoiseExamples are …
- 05:47 Ticket #1078 (Frontend - Improve error message when trying to override a final ...) closed by
- fixed: This was fixed in the 1.9.4 release.
- 05:47 Ticket #1078 (Frontend - Improve error message when trying to override a final ...) updated by
-
Status, Owner changed
- 05:42 Tickets #1283,2059,2079,2081,2132,2152,2250,2282,2395,2484,2538,2612,2660,2661,2858,2891,2926,2960,3102,3318,3424,3567,3636,3674,3679,3739,3742,3743,1298,1486,1748,1814,1853,2173,2190,2254,2296,2379,2384,2407,2416,2548,2565,2578,2634,2648,2685,2734,2845,2870,2905,2946,3088,3089,3101,3143,3186,3192,3399,3440,3565,3582,3614,3645,3646,3681,3685,1078,1232,1348,1428,1458,1556,1646,1651,1791,1806,1815,1816,1817,1822,1831,1842,1879,1883,1884,1886,1887,1888,1889,1890,1893,1899,1910,1914,1919,1924,1929,1930,1931,1934,1936,1937,1940,1942,1958,1963,1976,1991,2010,2013,2015,2023,2029,2037,2038,2044,2045,2051,2052,2058,2061,2078,2080,2084,2091,2094,2100,2105,2107,2120,2122,2153,2164,2174,2182,2185,2186,2187,2193,2199,2206,2208,2213,2214,2226,2232,2246,2247,2249,2266,2275,2284,2287,2292,2301,2304,2306,2309,2316,2319,2325,2327,2331,2335,2340,2342,2343,2347,2357,2361,2365,2367,2370,2372,2378,2381,2387,2394,2420,2421,2426,2428,2447,2463,2466,2467,2469,2471,2473,2474,2479,2485,2486,2488,2492,2494,2499,2500,2501,2502,2511,2520,2533,2541,2546,2549,2558,2573,2576,2577,2579,2582,2584,2591,2599,2605,2608,2613,2618,2619,2620,2621,2626,2628,2647,2653,2664,2670,2671,2672,2684,2686,2689,2694,2698,2703,2717,2725,2728,2730,2735,2738,2740,2742,2745,2750,2751,2755,2756,2764,2765,2773,2774,2807,2821,2842,2847,2869,2880,2881,2897,2909,2910,2931,2954,2967,3035,3067,3077,3111,3116,3118,3139,3152,3153,3154,3160,3183,3195,3227,3241,3253,3257,3266,3287,3288,3294,3301,3321,3328,3363,3365,3368,3383,3402,3414,3415,3454,3456,3459,3464,3485,3487,3488,3491,3495,3498,3503,3524,3526,3540,3546,3553,3559,3570,3572,3575,3592,3600,3612,3613,3637,3638,3640,3649,3680,3703,3706,3722,3726,3727,3729,3731,3740,3745,1080,1228,1366,1792,1813,1839,1869,1935,1938,1990,2000,2004,2055,2205,2233,2242,2276,2312,2318,2323,2354,2380,2433,2435,2443,2446,2472,2498,2547,2572,2609,2624,2638,2651,2696,2700,2709,2712,2736,2763,2777,3032,3074,3138,3252,3534,3608,1429,1857,1966,2007,2274,2307,2417,2438 batch updated by
-
Milestone changed
Milestone pushed to 1.9.5
2016-03-09:
- 20:25 Ticket #3758 (Cpp Run-time - MSL NoiseExamples fail with Cpp runtime) created by
-
Just found out that the examples of
Modelica.Blocks.Noise
are … - 19:15 ReleaseNotes/1.9.4 edited by
- (diff)
- 16:29 ReleaseNotes/1.9.4 edited by
- (diff)
- 16:02 Milestone 1.9.4 completed
- 1.9.4 is done …
- 15:59 ReleaseNotes/1.9.4 edited by
- (diff)
- 15:46 Ticket #3757 (MetaModelica - Record field assignment issue) updated by
-
Description changed
Fixed wrong line numbers. - 15:44 Ticket #3757 (MetaModelica - Record field assignment issue) created by
- I've encountered an issue when assigning to a record field, possibly …
- 15:03 Ticket #3318 (Interactive Environment - Too many heap sections) updated by
- Installing OM32 and OM64 on the same PC, without any VM following …
- 14:02 Ticket #3756 (OMEdit - plots for PDEModelica fields) created by
- There is always an array representing x-coordinate (in the attached …
- 13:55 Ticket #3755 (Interactive Environment - PDEModelica extension keywords -- save simulation settings problem) created by
- When simulating the attached model with "Save simulation settings …
- 06:44 Ticket #3322 (Cpp Run-time - C++ runtime broken using boost_thread 1.55 under Ubuntu with clang) closed by
-
fixed: The
+std=c++11
setting was basically the right solution for this, … - 05:57 Ticket #3573 (MetaModelica - Better support for generic types) closed by
- fixed: Fixed in …
2016-03-08:
- 17:10 Ticket #3754 (Frontend - Buildings model not instantiated correctly) updated by
- The problem was cevalBuiltinSum not being implemented. And of course …
- 16:51 Ticket #3754 (Frontend - Buildings model not instantiated correctly) created by
- See the attached model, which instaniates to: […] We have: […]
- 16:15 Ticket #3318 (Interactive Environment - Too many heap sections) updated by
- It's very simple to install 2 copies of OM: First install one, rename …
- 15:32 Ticket #3753 (OMEdit - Simulation logging flags are wrong) created by
- Some of the simulation logging flags in OMEdit are wrong. For example, …
- 15:27 Ticket #3742 (Backend - Modelica.Fluid.Examples.HeatingSystem fails to translate since Feb 26) updated by
- It's the two examples …
- 14:56 Ticket #3318 (Interactive Environment - Too many heap sections) updated by
- I don't know about Windows guests, but I have Virtualbox with an …
- 14:38 Ticket #3742 (Backend - Modelica.Fluid.Examples.HeatingSystem fails to translate since Feb 26) updated by
- There seems to be a dip in MSL_trunk_cpp_Simulation: …
- 14:35 Ticket #3742 (Backend - Modelica.Fluid.Examples.HeatingSystem fails to translate since Feb 26) updated by
-
Priority changed
The renewed library coverage tests show that a simulator is built … - 14:18 Ticket #3318 (Interactive Environment - Too many heap sections) updated by
- Replying to adrpo: > […] Do you by any chance have …
- 14:06 Ticket #3318 (Interactive Environment - Too many heap sections) updated by
- Adrian, don't waste time on this. Virtual machines are the way to …
- 14:00 Ticket #3318 (Interactive Environment - Too many heap sections) updated by
- Replying to ceraolo: > I must add that I made the tests …
- 13:56 Ticket #3318 (Interactive Environment - Too many heap sections) updated by
- I must add that I made the tests using two sligtly different …
- 09:51 Ticket #3318 (Interactive Environment - Too many heap sections) updated by
- It would be good to compare the performance of 64-bit OMEdit on …
- 07:32 Ticket #3318 (Interactive Environment - Too many heap sections) updated by
- It might also be that the performance issues come from the special …
- 07:30 Ticket #3318 (Interactive Environment - Too many heap sections) updated by
-
You should be able to tell by using
-d=execstat
to measure memory … - 07:29 Ticket #3318 (Interactive Environment - Too many heap sections) updated by
- Replying to adrpo: > Thanks ceraolo for the testing! Do …
- 07:25 Ticket #3742 (Backend - Modelica.Fluid.Examples.HeatingSystem fails to translate since Feb 26) updated by
- @rfranke: i'll re-start the library coverage now to see the impact.
- 07:24 Ticket #3318 (Interactive Environment - Too many heap sections) updated by
- Replying to ceraolo: > I made some preliminary tests on …
- 07:19 Ticket #3318 (Interactive Environment - Too many heap sections) updated by
- I made some preliminary tests on the 64 bit version. A few comments: …
- 06:50 Ticket #3742 (Backend - Modelica.Fluid.Examples.HeatingSystem fails to translate since Feb 26) updated by
-
The translation error with
evalparam
[…] disappears when … - 06:31 Ticket #3742 (Backend - Modelica.Fluid.Examples.HeatingSystem fails to translate since Feb 26) updated by
- This looks better! And it triggered a bug in the Cpp code generation, …
Note:
See TracTimeline
for information about the timeline view.