Directory OMNotebook/DrModelica/Inheritance/

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

[root]/OMNotebook/DrModelica/Inheritance

Lines of Code

OMNotebook/DrModelica/Inheritance/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 46 (100.0%) 2690 (100.0%) 58.4
x05andfe 8 (17.4%) 1467 (54.5%) 183.3
alash325 8 (17.4%) 488 (18.1%) 61.0
mohsen 2 (4.3%) 296 (11.0%) 148.0
adrpo 10 (21.7%) 280 (10.4%) 28.0
perost 2 (4.3%) 88 (3.3%) 44.0
arun3688 2 (4.3%) 39 (1.4%) 19.5
dietmarw 3 (6.5%) 18 (0.7%) 6.0
sjoelund.se 11 (23.9%) 14 (0.5%) 1.2

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

8 lines of code changed in 8 files:

  • OMNotebook/DrModelica/Inheritance: Exercise1.onb (+1), Exercise2.onb (+1), Exercise3.onb (+1), Exercise4.onb (+1), Inheritance.onb (+1), MoonLandingInher.onb (+1), Multiple.onb (+1), ProtectedElements.onb (+1)
perost 2014-02-17 17:06 Rev.: 19143

- Fixes for DrModelica.

88 lines of code changed in 2 files:

  • OMNotebook/DrModelica/Inheritance: MoonLandingInher.onb (+57 -45), ProtectedElements.onb (+31 -25)
arun3688 2014-02-14 16:16 Rev.: 19116

update DrModelica exercises, fixed=true

39 lines of code changed in 2 files:

  • OMNotebook/DrModelica/Inheritance: MoonLandingInher.onb (+25 -13), ProtectedElements.onb (+14 -11)
alash325 2014-01-10 07:18 Rev.: 18615

- Re-evalate DrModelica Notebook and Fix ticket#2101

59 lines of code changed in 4 files:

  • OMNotebook/DrModelica/Inheritance: Inheritance.onb (+17 -35), MoonLandingInher.onb (+6 -18), Multiple.onb (+21 -24), ProtectedElements.onb (+15 -16)
sjoelund.se 2013-01-30 13:33 Rev.: 15001

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

6 lines of code changed in 3 files:

  • OMNotebook/DrModelica/Inheritance: Inheritance.onb (+4 -4), MoonLandingInher.onb (+1 -1), ProtectedElements.onb (+1 -1)
alash325 2012-12-30 18:16 Rev.: 14578

- Re-evaluating and update DrModelica simulation results

429 lines of code changed in 4 files:

  • OMNotebook/DrModelica/Inheritance: Inheritance.onb (+72 -60), MoonLandingInher.onb (+264 -115), Multiple.onb (+26 -26), ProtectedElements.onb (+67 -48)
mohsen 2010-12-15 17:18 Rev.: 7408

Fixed end tag from Point to Point2

178 lines of code changed in 1 file:

  • OMNotebook/DrModelica/Inheritance: Multiple.onb (+178 -103)
mohsen 2010-12-15 17:17 Rev.: 7407

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:

  • OMNotebook/DrModelica/Inheritance: Inheritance.onb (+118 -93)
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

18 lines of code changed in 3 files:

  • OMNotebook/DrModelica/Inheritance: Inheritance.onb (+7 -7), Multiple.onb (+3 -3), ProtectedElements.onb (+8 -8)
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

12 lines of code changed in 2 files:

  • OMNotebook/DrModelica/Inheritance: Exercise2.onb (+2 -2), MoonLandingInher.onb (+10 -10)
adrpo 2006-09-11 03:08 Rev.: 2520

- 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)

268 lines of code changed in 8 files:

  • OMNotebook/DrModelica/Inheritance: Exercise1.onb (+34 -20), Exercise2.onb (+8 -8), Exercise3.onb (+9 -12), Exercise4.onb (+8 -8), Inheritance.onb (+65 -56), MoonLandingInher.onb (+28 -27), Multiple.onb (+72 -21), ProtectedElements.onb (+44 -20)
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

1467 lines of code changed in 8 files:

  • OMNotebook/DrModelica/Inheritance: Exercise1.onb (new 188), Exercise2.onb (new 266), Exercise3.onb (new 207), Exercise4.onb (new 128), Inheritance.onb (new 297), MoonLandingInher.onb (new 149), Multiple.onb (new 87), ProtectedElements.onb (new 145)
Generated by StatSVN 0.7.0