Changes between Initial Version and Version 1 of Ticket #3873
- Timestamp:
- 2016-04-27T12:04:41Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3873
- Property Milestone 1.9.x → 1.10.0
- Property Version v1.10.0-dev-nightly → v1.9.4
-
Ticket #3873 – Description
initial v1 2 2 3 3 Please refer to code below; 4 4 {{{#!mo 5 5 model MathTest 6 6 … … 30 30 31 31 end MathTest; 32 32 }}} 33 33 34 34 ERROR MESSAGE: 35 35 {{{ 36 36 [MathTest: 25:3-25:19]: Got type mismatch error, but matching types Integer[3, 3]. 37 37 This is a ***COMPILER BUG***, please report it to https://trac.openmodelica.org/OpenModelica. 38 }}}