Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 83 (100.0%) | 9872 (100.0%) | 118.9 |
OMNotebook/DrControl/LQ/ | 10 (12.0%) | 1632 (16.5%) | 163.2 |
OMNotebook/DrControl/Getting_started/ | 10 (12.0%) | 1130 (11.4%) | 113.0 |
OMNotebook/DrControl/StateSpace/ | 4 (4.8%) | 1073 (10.9%) | 268.2 |
OMNotebook/DrControl/DCMotor/ | 6 (7.2%) | 1047 (10.6%) | 174.5 |
OMNotebook/DrControl/ | 4 (4.8%) | 710 (7.2%) | 177.5 |
OMNotebook/DrModelica/Classes/ | 4 (4.8%) | 693 (7.0%) | 173.2 |
OMNotebook/DrControl/FeedForward/ | 2 (2.4%) | 634 (6.4%) | 317.0 |
OMNotebook/DrModelica/Equations/ | 4 (4.8%) | 425 (4.3%) | 106.2 |
OMNotebook/DrModelica/Functions/ | 3 (3.6%) | 345 (3.5%) | 115.0 |
OMNotebook/DrControl/Observer/ | 2 (2.4%) | 320 (3.2%) | 160.0 |
OMNotebook/DrModelica/Inheritance/ | 2 (2.4%) | 296 (3.0%) | 148.0 |
OMNotebook/DrControl/ClosedLoop/ | 2 (2.4%) | 292 (3.0%) | 146.0 |
OMNotebook/DrControl/PIDRegulator/ | 2 (2.4%) | 233 (2.4%) | 116.5 |
OMNotebook/DrModelica/Variables/ | 1 (1.2%) | 219 (2.2%) | 219.0 |
OMNotebook/DrModelica/QuickTour/ | 1 (1.2%) | 181 (1.8%) | 181.0 |
OMNotebook/DrModelica/Redeclaration/ | 1 (1.2%) | 111 (1.1%) | 111.0 |
OMNotebook/DrModelica/CompConn/ | 1 (1.2%) | 110 (1.1%) | 110.0 |
OMNotebook/DrModelica/Algorithms/ | 2 (2.4%) | 106 (1.1%) | 53.0 |
OMNotebook/DrModelica/Arrays/ | 1 (1.2%) | 92 (0.9%) | 92.0 |
OMNotebook/DrModelica/DiscreteHybrid/ | 1 (1.2%) | 90 (0.9%) | 90.0 |
OMNotebook/DrModelica/Generic/ | 1 (1.2%) | 66 (0.7%) | 66.0 |
OMNotebook/DrModelica/ | 1 (1.2%) | 29 (0.3%) | 29.0 |
Compiler/susan_codegen/SimCode/ | 1 (1.2%) | 22 (0.2%) | 22.0 |
OMNotebook/DrControl/Linearization/ | 3 (3.6%) | 16 (0.2%) | 5.3 |
doc/OMEdit/ | 1 (1.2%) | 0 (0.0%) | 0.0 |
doc/ | 13 (15.7%) | 0 (0.0%) | 0.0 |
tested the Linux/unix FMI export
22 lines of code changed in 1 file:
observer
17 lines of code changed in 1 file:
spel correction DrControl, StateSpace.onb
63 lines of code changed in 1 file:
updating for MSL 3.1. only E3.4.1 left to do
586 lines of code changed in 9 files:
- update DrModelica
90 lines of code changed in 1 file:
- update DrModelica
278 lines of code changed in 2 files:
Check the comment
67 lines of code changed in 1 file:
Code replaced. Please check the comment.
54 lines of code changed in 1 file:
Fixed with "val", check comment.
52 lines of code changed in 1 file:
Removed the "Parameter" keywords in order to have the plot working.
115 lines of code changed in 1 file:
Removed ; from the End-of-Line of simulate command. This enabled us to view the simulation result.
222 lines of code changed in 1 file:
Parameters initialized to fix version compatibility issue. Ver. 3.1 requires the params to be initialized before simulation.
43 lines of code changed in 1 file:
fixed initial values of resistor array. Ver. 3.1 requires default values.
45 lines of code changed in 1 file:
Duplicate variable names
Real [0,3] A;
Real A [:,:];
and
Real B[5,0];
Boolean B[:,:,:]; >> gave errors.
So, we changed the Real A[:,:] to Real A2[:,:]; and Boolean B[5,0] to Boolean B2[5,0];
92 lines of code changed in 1 file:
ver. 3.1 compatibility issue with default value init.
110 lines of code changed in 1 file:
Fixed end tag
66 lines of code changed in 1 file:
replaceable Resistor R1; changed to replaceable Resistor R1 (R = 4); since ver. 3.1 requires default value, otherwise raises error.
111 lines of code changed in 1 file:
Fixed end tag from Point to Point2
178 lines of code changed in 1 file:
Fixed Real type of blue to MyReal blue in CorrectColorCode.
Fixed end tags of Color2 and Color3 from Color to Color2 and Color3
118 lines of code changed in 1 file:
end tag fixed, Voltag to Voltage
219 lines of code changed in 1 file:
(23 more)