We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
moved from CATIA-Systems/Test-FMUs#13
In the modeldescription,xml file of the LinearTransoform model (
Test-FMUs/LinearTransform/FMI3.xml the variables m and n are declared as Float64 variables. Shouldn't they have an integer data type?
Comment by @t-sommer: Yes. It's still a work in progress. Currently the dimensions are fixed.
The text was updated successfully, but these errors were encountered:
Change dimension variables in LinearTransform to Int32
d374fdc
fixes modelica#5
Change dimension variables in LinearTransform to Int32 (#41)
70ed792
fixes #5
Successfully merging a pull request may close this issue.
moved from CATIA-Systems/Test-FMUs#13
In the modeldescription,xml file of the LinearTransoform model (
Test-FMUs/LinearTransform/FMI3.xml the variables m and n are declared as Float64 variables.
Shouldn't they have an integer data type?
Comment by @t-sommer: Yes. It's still a work in progress. Currently the dimensions are fixed.
The text was updated successfully, but these errors were encountered: