Fixed bug with Initialization, see simualtion3.mos (InitTest.mo) and Test3PhaseSystemTotal.mo
66 lines of code changed in 4 files:
Fixed bug with cardinality, See Gear.mo.
Now Gear and Gear2 in TestModels.mo works, see rotationalgears.mos
322 lines of code changed in 8 files:
update of UG
0 lines of code changed in 2 files:
Fixed bug with start value for arrays in DAELow
11 lines of code changed in 2 files:
Flat Modelica parser now allows crap at the end of file which is produced by some Modelica tools.
3 lines of code changed in 1 file:
Fixed bug with input variables on top level, see InputOutput.mo tested in simulation3.mos
32 lines of code changed in 3 files:
Added transforming equations in Absyn to use flat CREFs as in Flat Modelica parser.
Fixed bug in flatparsing in walker.g for windows (missing strdup)
780 lines of code changed in 5 files:
- fixes to the omc VC7 project (now no CLASSPATH setting is needed)
6 lines of code changed in 1 file:
Fixed bug with flat modelica parsing. Now parses Real x.y=1.0;
13 lines of code changed in 3 files:
Removed commented code.
1 lines of code changed in 1 file:
Added extra argument to buildModel and simulate: storeInTemp=false. To store all files in Settings.getTempDirectoryPath(), set this variable to true.
35 lines of code changed in 2 files:
Fixed bugs in mixed system. LossyGearDemo1 now working, see simulation3.mos
342 lines of code changed in 10 files:
Fixed flat_modelica_parser which didn't work at all. It now works partly. Still problem with modificiation in tree walker.
573 lines of code changed in 5 files:
Added rudimentary boolean functions to c_runtime.
138 lines of code changed in 7 files:
Fixed bug with default values for funcion calls. They are now added to the expression argument list so correct C-code can be generated.
85 lines of code changed in 4 files:
Fixed bugs with wrong Exp.Type in Exp.CAST expressions.
134 lines of code changed in 6 files:
- reverted the changes
1 lines of code changed in 1 file:
Removed target index_spec_test.
1 lines of code changed in 1 file:
update of dependencies
12 lines of code changed in 1 file:
Makefile changes to mirror the changes made by Peter A to
Makefile.omdev.mingw
4 lines of code changed in 1 file:
Equations containing function calls returning vectors are now handled as array equations.
sum(v) and sum(A) are now symbolically expanded.
WhatDoesNotWork.html is updated with missing operators in 3.4.3.
353 lines of code changed in 4 files:
Added more type information to Exp.Exp, required to be able to generate correct code.
Added some missing impl. in c_runtime. Still much to do here.
Fixed bug with BouncingBallExamples.mos
Fixed bug with eliminating top level input and output variables.
RO attribute to Absyn.INFO now read from status of file. renameComponent now skips RO classes.
Temporary fixed Test3PhaseSystem initialization. Still bugs with propagation of fixed attribute.
Fixed several bugs with simplify returning expressions with wrong operators e.g. scalar ADD_ARR scalar.
1306 lines of code changed in 32 files:
- fixed step numbering in the README-WIN32.txt
8 lines of code changed in 1 file:
- fixed the MSVC projects and makefiles to use OMDev binaries compiled with MSVC
- updated the win32 readme: README-WIN32.txt
63 lines of code changed in 13 files:
- small update to the README-WIN32.txt.
- released rml-mmc-2.3.6 to make VC7 work
10 lines of code changed in 1 file:
Added testcase for nonlinear system where smaller factor than defaultvalue must be used, see previous checkin.
31 lines of code changed in 3 files:
Improved solving nonlinear systems. Now tries with several different factors and retries with different starting points if not successful.
66 lines of code changed in 4 files:
Implemented simple checkModel, returns string with number of variables and number of equations.
78 lines of code changed in 2 files:
Fixed bug with initialization (alg. vars fixed)
Fixed bug with simplification of arrays resulting in wrong operators.
67 lines of code changed in 3 files:
Fixed bug with differentiating exp (HelloWorld).
16 lines of code changed in 1 file:
Added RO flag in INFO attribute.
9 lines of code changed in 2 files:
Fixed bug in promote_integer_array(done by Kaj)
6 lines of code changed in 1 file:
- fixes by Peter F. to UG, DrModelica, omc_helptext.txt
- fixes by Anders Sandholm to val(name, time)
- addition of the BouncingBallExamples.mo/mos to the testsuite
so that this example is sure not to fail in the future (now fails)
2814 lines of code changed in 108 files:
fixes parts of bug 99:
http://bug.modelicacommunity.org/show_bug.cgi?id=99
I added to modelica.h:
typedef modelica_real sample_rettype;
1 lines of code changed in 1 file:
added test for if_then_elseif_else implementation.
29 lines of code changed in 2 files:
fixed bug 97
http://bug.modelicacommunity.org/show_bug.cgi?id=97
implemented elseif within if expression by constructing
IFEXPs within else part.
24 lines of code changed in 1 file:
fixed bug 86:
http://bug.modelicacommunity.org/show_bug.cgi?id=86
by creating the error file in the tmp directory.
2 lines of code changed in 1 file:
Fixed bug 72:
http://bug.modelicacommunity.org/show_bug.cgi?id=72
within_clause did not check for null name_path in walker.g.
2 lines of code changed in 1 file:
explained in README.Cygwin.or.Linux.txt that you must have ./ in your path
to be able to run the testsuite.
7 lines of code changed in 1 file:
fixed bug in paste cell command. // Anders Fernstr?m
63 lines of code changed in 1 file:
- last 1.4.2 commit
+ DrModelica, UG, ModelQueryAPIexamples.onb updates
+ val(var_name, time) implementation from Anders Sandholm
247 lines of code changed in 9 files:
Changed simulation3 so it works. Rounding error.
1 lines of code changed in 1 file: