Directory OMNotebook/DrModelica/Equations/

Directory Created:
2006-03-24 14:37
Total Files:
15
Deleted Files:
0
Lines of Code:
3428

[root]/OMNotebook/DrModelica/Equations

Lines of Code

OMNotebook/DrModelica/Equations/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 109 (100.0%) 5251 (100.0%) 48.1
x05andfe 15 (13.8%) 2785 (53.0%) 185.6
alash325 26 (23.9%) 1351 (25.7%) 51.9
mohsen 4 (3.7%) 425 (8.1%) 106.2
adrpo 21 (19.3%) 350 (6.7%) 16.6
perost 3 (2.8%) 161 (3.1%) 53.6
arun3688 2 (1.8%) 67 (1.3%) 33.5
dietmarw 12 (11.0%) 61 (1.2%) 5.0
sjoelund.se 25 (22.9%) 37 (0.7%) 1.4
petfr 1 (0.9%) 14 (0.3%) 14.0

Most Recent Commits

sjoelund.se 2015-05-02 14:54 Rev.: 25874

Lock OMNotebook/OMPlot/OMShell for edits since they are being moved to the git repositories

15 lines of code changed in 15 files:

  • OMNotebook/DrModelica/Equations: Assert.onb (+1), EqDeclarations.onb (+1), Exercise1.onb (+1), Exercise2.onb (+1), Exercise3.onb (+1), Exercise4.onb (+1), IfEq.onb (+1), MoonLandingTerminate.onb (+1), Polynomial.onb (+1), PolynomialEvaluator.onb (+1), RepConnStruct.onb (+1), RepStruct.onb (+1), SimpleEquality.onb (+1), Step.onb (+1), WhenEq.onb (+1)
perost 2014-02-17 17:06 Rev.: 19143

- Fixes for DrModelica.

161 lines of code changed in 3 files:

  • OMNotebook/DrModelica/Equations: MoonLandingTerminate.onb (+44 -42), RepConnStruct.onb (+21 -13), WhenEq.onb (+96 -78)
arun3688 2014-02-14 16:16 Rev.: 19116

update DrModelica exercises, fixed=true

67 lines of code changed in 2 files:

  • OMNotebook/DrModelica/Equations: MoonLandingTerminate.onb (+21 -18), WhenEq.onb (+46 -43)
alash325 2014-01-10 07:18 Rev.: 18615

- Re-evalate DrModelica Notebook and Fix ticket#2101

76 lines of code changed in 8 files:

  • OMNotebook/DrModelica/Equations: Assert.onb (+11 -19), IfEq.onb (+3 -16), Polynomial.onb (+3 -8), PolynomialEvaluator.onb (+11 -18), RepStruct.onb (+4 -10), SimpleEquality.onb (+11 -13), Step.onb (+3 -15), WhenEq.onb (+30 -32)
sjoelund.se 2013-01-30 13:33 Rev.: 15001

Monster kill!!!
- changed "simulation" to "simulate" in all DrModelica .onb files.

22 lines of code changed in 10 files:

  • OMNotebook/DrModelica/Equations: Assert.onb (+1 -1), IfEq.onb (+1 -1), MoonLandingTerminate.onb (+1 -1), Polynomial.onb (+3 -3), PolynomialEvaluator.onb (+2 -2), RepConnStruct.onb (+1 -1), RepStruct.onb (+3 -3), SimpleEquality.onb (+2 -2), Step.onb (+1 -1), WhenEq.onb (+7 -7)
alash325 2013-01-28 20:05 Rev.: 14979

- Updated DrModelica

83 lines of code changed in 6 files:

  • OMNotebook/DrModelica/Equations: MoonLandingTerminate.onb (+34 -15), Polynomial.onb (+6 -16), PolynomialEvaluator.onb (+5 -4), RepConnStruct.onb (+15 -15), RepStruct.onb (+4 -7), WhenEq.onb (+19 -45)
alash325 2013-01-07 09:49 Rev.: 14686

-Update DrModelica

12 lines of code changed in 1 file:

  • OMNotebook/DrModelica/Equations: MoonLandingTerminate.onb (+12 -10)
alash325 2012-12-30 18:16 Rev.: 14578

- Re-evaluating and update DrModelica simulation results

1180 lines of code changed in 11 files:

  • OMNotebook/DrModelica/Equations: Assert.onb (+25 -28), EqDeclarations.onb (+19 -19), IfEq.onb (+28 -20), MoonLandingTerminate.onb (+282 -118), Polynomial.onb (+286 -120), PolynomialEvaluator.onb (+163 -73), RepConnStruct.onb (+21 -23), RepStruct.onb (+95 -60), SimpleEquality.onb (+60 -49), Step.onb (+59 -45), WhenEq.onb (+142 -135)
mohsen 2010-12-16 15:23 Rev.: 7430

Removed the "Parameter" keywords in order to have the plot working.

115 lines of code changed in 1 file:

  • OMNotebook/DrModelica/Equations: Assert.onb (+115 -49)
mohsen 2010-12-16 15:18 Rev.: 7429

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:

  • OMNotebook/DrModelica/Equations: WhenEq.onb (+222 -150)
mohsen 2010-12-16 15:11 Rev.: 7428

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:

  • OMNotebook/DrModelica/Equations: IfEq.onb (+43 -38)
mohsen 2010-12-16 14:59 Rev.: 7427

fixed initial values of resistor array. Ver. 3.1 requires default values.

45 lines of code changed in 1 file:

  • OMNotebook/DrModelica/Equations: RepConnStruct.onb (+45 -30)
dietmarw 2008-11-02 18:35 Rev.: 3732

Formal clean up of all code files:

* applied svn:eol-style native to all files except Compiler/*.mo --> LF
* unified the eol-style of ALL files (this was necessary in order to set the svn properties
* unification was done by a script which also removed all trailing whitespaces (except for all files in testsuite as white spaces are necessary to successful compare the results, could be improved maybe)
* make clean all test --> success on Ubuntu Linux 8.10, proably a good idea to run it for the other platforms as well.
* FYI: script to remove trailing white spaces: http://is.gd/5A6B

61 lines of code changed in 12 files:

  • OMNotebook/DrModelica/Equations: Exercise2.onb (+3 -3), Exercise3.onb (+2 -2), Exercise4.onb (+1 -1), IfEq.onb (+3 -3), MoonLandingTerminate.onb (+2 -2), Polynomial.onb (+3 -3), PolynomialEvaluator.onb (+4 -4), RepConnStruct.onb (+2 -2), RepStruct.onb (+5 -5), SimpleEquality.onb (+2 -2), Step.onb (+19 -19), WhenEq.onb (+15 -15)
petfr 2006-12-07 11:03 Rev.: 2624

Updated text around the ErrorNestedWhen example

14 lines of code changed in 1 file:

  • OMNotebook/DrModelica/Equations: WhenEq.onb (+14 -18)
adrpo 2006-10-07 04:27 Rev.: 2571

- changed Makefiles to actually stop when an error happens
- added copyright to printimpl.c
- added some more includes for strlen, strcpy and malloc
- changed version number to 1.4.3 in settingsimpl.c
- changed version number, product code in Setup.vdproj
- changed the way MinGW and ModelicaLibrary are handled in the .msi release
now, they are packed like normal directories and files not exploded at
installation from mingw.tar.gz and ModelicaLib.tar.gz
I think this will fix some problems with the installation
- changed 1.4.2 to 1.4.3 into all .onb files
- wrote a small README-BUILD-RELEASE.txt on how to build a OpenModelica release

51 lines of code changed in 8 files:

  • OMNotebook/DrModelica/Equations: Assert.onb (+3 -3), Exercise2.onb (+4 -4), Exercise4.onb (+2 -2), MoonLandingTerminate.onb (+10 -10), Polynomial.onb (+12 -12), PolynomialEvaluator.onb (+6 -6), Step.onb (+3 -3), WhenEq.onb (+11 -11)
adrpo 2006-08-28 00:26 Rev.: 2494

- updates to DrModelica by Peter F.

299 lines of code changed in 13 files:

  • OMNotebook/DrModelica/Equations: Assert.onb (+16 -14), EqDeclarations.onb (+12 -15), Exercise2.onb (+30 -27), Exercise4.onb (+14 -10), IfEq.onb (+11 -5), MoonLandingTerminate.onb (+24 -20), Polynomial.onb (+39 -33), PolynomialEvaluator.onb (+25 -19), RepConnStruct.onb (+16 -10), RepStruct.onb (+21 -17), SimpleEquality.onb (+30 -34), Step.onb (+18 -18), WhenEq.onb (+43 -55)
x05andfe 2006-03-24 14:37 Rev.: 2247

* fixed some small bugs in OMNotebook
* updated Mathematica parser in OMNotebook
* updated the OMNotebookHelp.onb documentation
* converted DrModelica to OMNotebook
// Anders Fernstr?m

2785 lines of code changed in 15 files:

  • OMNotebook/DrModelica/Equations: Assert.onb (new 55), EqDeclarations.onb (new 91), Exercise1.onb (new 148), Exercise2.onb (new 420), Exercise3.onb (new 91), Exercise4.onb (new 79), IfEq.onb (new 120), MoonLandingTerminate.onb (new 156), Polynomial.onb (new 147), PolynomialEvaluator.onb (new 92), RepConnStruct.onb (new 122), RepStruct.onb (new 238), SimpleEquality.onb (new 214), Step.onb (new 193), WhenEq.onb (new 619)
Generated by StatSVN 0.7.0