Adrian Pop
Adrian Pop
There are some components defined that are not used in the blocks or functions. This PR removes them.
The spec: https://specification.modelica.org/master/functions.html#annotations-for-external-libraries-and-include-files says that annotations: `Library`, `LibraryDirectory`, `Include `and `IncludeDirectory `can all specify either a **scalar value** or an **array of values**. Why do we have this restriction? All...
- handle non-real inputs - set string variables to discrete
### Description A lot of times you get a model path from a library to test something. Would be good to be able to open a model via paste of...
### Purpose Add support for CRML in OMEdit This is a draft, do not merge until it has been reviewed and tested properly.
### Description A function called: `CRML_test_Spec_doc_ClockConstructors_ClockConstructors_verif_functionEquationsSynchronous_system_1_0` is called but a function `CRML_test_Spec_doc_ClockConstructors_ClockConstructors_verif_functionEquationsSynchronous_system_0_0` is generated in the code: ``` /usr/bin/ld: CRML_test.Spec_doc.ClockConstructors.ClockConstructors_verif_15syn.o: in function `CRML_test_Spec_doc_ClockConstructors_ClockConstructors_verif_function_equationsSynchronous': CRML_test.Spec_doc.ClockConstructors.ClockConstructors_verif_15syn.c:(.text+0x1a9): undefined reference to `CRML_test_Spec_doc_ClockConstructors_ClockConstructors_verif_functionEquationsSynchronous_system_1_0' clang: error:...
- enable static GC lib as well
- you could change 'examples' to: SolarThermExamples or make it part of the library: SolarTherm.Examples
Something like: ``` julia> @time import OM [ Info: Precompiling OM [2f925a0b-2436-437b-858e-49aee461894b] ┌ Warning: Package OM does not have OMFrontend in its dependencies: │ - If you have OM checked...