Directory OMNotebook/DrModelica/Classes/

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

[root]/OMNotebook/DrModelica/Classes

Lines of Code

OMNotebook/DrModelica/Classes/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 66 (100.0%) 3044 (100.0%) 46.1
x05andfe 10 (15.2%) 1345 (44.2%) 134.5
mohsen 4 (6.1%) 693 (22.8%) 173.2
alash325 13 (19.7%) 554 (18.2%) 42.6
adrpo 15 (22.7%) 265 (8.7%) 17.6
perost 2 (3.0%) 88 (2.9%) 44.0
arun3688 2 (3.0%) 59 (1.9%) 29.5
dietmarw 5 (7.6%) 21 (0.7%) 4.2
sjoelund.se 15 (22.7%) 19 (0.6%) 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

10 lines of code changed in 10 files:

  • OMNotebook/DrModelica/Classes: CreateInst.onb (+1), Exercise1.onb (+1), Exercise2.onb (+1), Exercise3.onb (+1), Exercise4.onb (+1), Nested.onb (+1), Partial.onb (+1), Restricted.onb (+1), ReuseMod.onb (+1), Short.onb (+1)
perost 2014-02-17 17:06 Rev.: 19143

- Fixes for DrModelica.

88 lines of code changed in 2 files:

  • OMNotebook/DrModelica/Classes: Partial.onb (+67 -75), ReuseMod.onb (+21 -17)
arun3688 2014-02-14 16:16 Rev.: 19116

update DrModelica exercises, fixed=true

59 lines of code changed in 2 files:

  • OMNotebook/DrModelica/Classes: Partial.onb (+48 -16), ReuseMod.onb (+11 -7)
alash325 2014-01-10 07:18 Rev.: 18615

- Re-evalate DrModelica Notebook and Fix ticket#2101

23 lines of code changed in 5 files:

  • OMNotebook/DrModelica/Classes: CreateInst.onb (+7 -6), Nested.onb (+4 -33), Partial.onb (+6 -25), Restricted.onb (+2 -2), ReuseMod.onb (+4 -14)
sjoelund.se 2013-01-30 13:33 Rev.: 15001

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

9 lines of code changed in 5 files:

  • OMNotebook/DrModelica/Classes: CreateInst.onb (+2 -2), Nested.onb (+3 -3), Partial.onb (+1 -1), Restricted.onb (+1 -1), ReuseMod.onb (+2 -2)
alash325 2013-01-28 20:05 Rev.: 14979

- Updated DrModelica

58 lines of code changed in 2 files:

  • OMNotebook/DrModelica/Classes: Nested.onb (+36 -3), ReuseMod.onb (+22 -2)
alash325 2012-12-30 18:16 Rev.: 14578

- Re-evaluating and update DrModelica simulation results

473 lines of code changed in 6 files:

  • OMNotebook/DrModelica/Classes: CreateInst.onb (+151 -53), Nested.onb (+39 -82), Partial.onb (+52 -44), Restricted.onb (+118 -120), ReuseMod.onb (+107 -50), Short.onb (+6 -6)
mohsen 2010-12-15 16:48 Rev.: 7405

end tag of model name fixed Ciruit to Circuit.

301 lines of code changed in 1 file:

  • OMNotebook/DrModelica/Classes: Partial.onb (+301 -144)
mohsen 2010-12-15 16:45 Rev.: 7404

Syntax changed from "class Voltage" to "type Voltage".

97 lines of code changed in 1 file:

  • OMNotebook/DrModelica/Classes: Short.onb (+97 -48)
mohsen 2010-12-15 16:43 Rev.: 7403

Syntax changed from "class" to "type". Check the comment in code.

48 lines of code changed in 1 file:

  • OMNotebook/DrModelica/Classes: Nested.onb (+48 -25)
mohsen 2010-12-15 15:02 Rev.: 7400

Syntax changed. Old one commented and new one added.

247 lines of code changed in 1 file:

  • OMNotebook/DrModelica/Classes: Nested.onb (+247 -101)
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

21 lines of code changed in 5 files:

  • OMNotebook/DrModelica/Classes: Exercise2.onb (+2 -2), Exercise3.onb (+1 -1), Nested.onb (+9 -9), Partial.onb (+1 -1), Restricted.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

20 lines of code changed in 3 files:

  • OMNotebook/DrModelica/Classes: Exercise1.onb (+8 -8), Exercise2.onb (+4 -4), Partial.onb (+8 -8)
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)

15 lines of code changed in 3 files:

  • OMNotebook/DrModelica/Classes: Exercise1.onb (+7 -7), Exercise2.onb (+5 -5), Exercise3.onb (+3 -3)
adrpo 2006-08-28 00:26 Rev.: 2494

- updates to DrModelica by Peter F.

230 lines of code changed in 9 files:

  • OMNotebook/DrModelica/Classes: CreateInst.onb (+12 -12), Exercise1.onb (+25 -24), Exercise2.onb (+33 -44), Exercise3.onb (+5 -5), Nested.onb (+43 -35), Partial.onb (+36 -32), Restricted.onb (+57 -40), ReuseMod.onb (+17 -14), Short.onb (+2 -3)
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

1345 lines of code changed in 10 files:

  • OMNotebook/DrModelica/Classes: CreateInst.onb (new 69), Exercise1.onb (new 79), Exercise2.onb (new 118), Exercise3.onb (new 61), Exercise4.onb (new 105), Nested.onb (new 139), Partial.onb (new 196), Restricted.onb (new 462), ReuseMod.onb (new 62), Short.onb (new 54)
Generated by StatSVN 0.7.0