Changes between Initial Version and Version 2 of Ticket #4811
- Timestamp:
- 2018-04-05T12:17:41Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4811
- Property Component OMEdit → Code Generation
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #4811 – Description
initial v2 9 9 I am running this from W10 and not from a cygwin or msys2_shell.cmd window. 10 10 11 11 {{{ 12 12 WENO.EXA.TestLine02_06inz.c:1740:37: error: incompatible type for argument 3 of 'array_alloc_real_array' 13 13 array_alloc_real_array(&tmp11, 2, 0.0, data->localData[0]->realVars[414] /* line021.VV0[7] variable */); … … 27 27 C:/OpenModelica1.13.0-dev-64bit/include/omc/c/util/real_array.h:144:13: note: expected 'real_array_t {aka struct base_array_s}' but argument is of type 'double' 28 28 extern void array_alloc_real_array(real_array_t* dest,int n,real_array_t first,...); 29 30 29 }}}