[root]/testsuite/flattening/libraries/biochem
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 107 (100.0%) | 27768 (100.0%) | 259.5 |
alash325 | 33 (30.8%) | 22004 (79.2%) | 666.7 |
sjoelund.se | 33 (30.8%) | 2387 (8.6%) | 72.3 |
hudson | 8 (7.5%) | 1757 (6.3%) | 219.6 |
perost | 24 (22.4%) | 1187 (4.3%) | 49.4 |
adrpo | 2 (1.9%) | 383 (1.4%) | 191.5 |
adeas31 | 3 (2.8%) | 44 (0.2%) | 14.6 |
vitalij | 4 (3.7%) | 6 (0.0%) | 1.5 |
- Expected output.
2 lines of code changed in 2 files:
- Fix the checkModel output.
- Fix failing tests.
42 lines of code changed in 1 file:
imporved negate for binary
1 lines of code changed in 1 file:
- merge cases based on output from rml -Eunify (https://dev.openmodelica.org/~adrpo/rml-unifications-original.txt)
- fixed e^-N where N is integer constant
- fixed some other bad cases in Expression.mo and ExpressionSimplify.mo
1 lines of code changed in 1 file:
Fix for #2806:
- Remove input/output from variables which are not at top-level or inside a
top-level connector.
701 lines of code changed in 6 files:
added some simplify rules
1 lines of code changed in 1 file:
Added some tail recursion for the connection trie graph (moves some variables around in equations, and some equations too)
138 lines of code changed in 6 files:
- added rule for a*x*c + d*x*e => x*(a*c + d*e)
1 lines of code changed in 1 file:
- Improved DAEDumpTpl and switched to it as default.
- Untupled min and max in DAE.VariableAttributes.
32 lines of code changed in 6 files:
- Update BiochemModels test case.
83 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
185 lines of code changed in 4 files:
- simplify rule x/r = x *(1/r) with test of numerical issues
can someone have a look of
./simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos
3 lines of code changed in 1 file:
- Changed lib/omlibrary/Modelica... to Modelica... for testsuite messages (to work better with build symlinked to /usr)
- Added reading of env.var CC at start to be able to change CC in pre-compiled omc version
30 lines of code changed in 1 file:
- Remove useless case in simplify (makes code slower)
- Removed some flattening tests since whenever a tiny simplify change is performed all thermosyspro and multibody flattening examples needed to be updated. They are simulated, and that is what is important.
1 lines of code changed in 1 file:
Fix for bug: #2346
- sort also the variable components for instantiation based on their bindings
- sort the DAE in the order it is defined in the Modelica file
382 lines of code changed in 1 file:
Move some expressions around when you do simplifications only if this improves the complexity of the expression
30 lines of code changed in 4 files:
Revert r15962 (accidently replaced 8 spaces with 2 spaces; was supposed to be 1 tab to 2 spaces but text editors messed up the command)
Contact me if you have problems merging your working copy
1572 lines of code changed in 4 files:
[Janitor mode] Fix tabs
1572 lines of code changed in 4 files:
Fix for #2159:
- Sort connector components before connecting them, to make sure that their
order doesn't matter.
366 lines of code changed in 6 files:
Updated BioChem to 1.0.1
415 lines of code changed in 6 files:
- Preserve the comment for the flattened class in the flattened output.
- Don't translate enumeration literals to integers when simplifying asubs.
5 lines of code changed in 5 files:
Changed MSL 2.2.1 with OM modifications to MSL 2.2.2 from the maintenance branch on modelica.org
12 lines of code changed in 6 files:
"StateSelect =" to "stateSelect ="
83 lines of code changed in 1 file:
Fix tests
39 lines of code changed in 1 file:
Always use full pathnames for file info of parsed files
39 lines of code changed in 1 file:
Print longer filenames when running the testsuite (no more "which package.mo should I look in?")
21 lines of code changed in 1 file:
#1922
- Handle type-casting from records with the same components but different names'
- Improve scalarization of record equations in the front-end. Made it worse in the back-end (back-end does not handle cast of records)
7 lines of code changed in 1 file:
- libraries directory are copied to testsuite/flattening directory + delete simulation files + update Makefile
11002 lines of code changed in 11 files:
- Deleted wrong works
0 lines of code changed in 11 files:
- Restructured testsuite/libraries into testsuite/flattening and testsuite/simualtion
11002 lines of code changed in 11 files: