Changes between Initial Version and Version 2 of Ticket #4811


Ignore:
Timestamp:
2018-04-05T12:17:41Z (7 years ago)
Author:
Martin Sjölund
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4811

    • Property Component OMEditCode Generation
    • Property Owner changed from Adeel Asghar to somebody
    • Property Status newassigned
  • Ticket #4811 – Description

    initial v2  
    99I am running this from W10 and not from a cygwin or msys2_shell.cmd window.
    1010
    11 
     11{{{
    1212WENO.EXA.TestLine02_06inz.c:1740:37: error: incompatible type for argument 3 of 'array_alloc_real_array'
    1313   array_alloc_real_array(&tmp11, 2, 0.0, data->localData[0]->realVars[414] /* line021.VV0[7] variable */);
     
    2727C:/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'
    2828 extern void array_alloc_real_array(real_array_t* dest,int n,real_array_t first,...);
    29 
    30 
     29}}}