﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2918	Problem with arrays	andre.montib@…	Andre Montibeller	"I'm running a model which contains 4 arrays of size n. It runs perfectly fine on Dymola, but for some reason I can't make it run on OpenModelica UNLESS I take out these arrays, which are not essential to the computation, but instead are storage arrays for local properties. However I need these arrays as an output of this simulation, and even though I've double checked my array syntax, I can't figure what is going wrong. the error message goes as follows:



Capilar_simples.main_functions.c: In function 'omc_Capilar__simples_HEX':
Capilar_simples.main_functions.c:426: error: 'UNKNOWN_SUBSCRIPT' undeclared (first use in this function)
Capilar_simples.main_functions.c:426: error: (Each undeclared identifier is reported only once
Capilar_simples.main_functions.c:426: error: for each function it appears in.)
mingw32-make: *** [Capilar_simples.main_functions.o] Error 1
mingw32-make: *** Waiting for unfinished jobs....
Compilation process exited with code 2



(Capilar_simples is my package name, main is the model I have to run, and HEX is a function which generates said arrays)

Any ideas?

Cordially,
Andre Montibeller"	defect	closed	high		Frontend	1.9.0Beta	worksforme		
