Directory OMNotebook/DrModelica/QuickTour/

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

[root]/OMNotebook/DrModelica/QuickTour

Lines of Code

OMNotebook/DrModelica/QuickTour/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 166 (100.0%) 5397 (100.0%) 32.5
x05andfe 31 (18.7%) 2401 (44.5%) 77.4
alash325 25 (15.1%) 1994 (36.9%) 79.7
adrpo 41 (24.7%) 612 (11.3%) 14.9
mohsen 1 (0.6%) 181 (3.4%) 181.0
perost 3 (1.8%) 63 (1.2%) 21.0
dietmarw 18 (10.8%) 52 (1.0%) 2.8
sjoelund.se 42 (25.3%) 46 (0.9%) 1.0
arun3688 3 (1.8%) 39 (0.7%) 13.0
petfr 2 (1.2%) 9 (0.2%) 4.5

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

30 lines of code changed in 30 files:

  • OMNotebook/DrModelica/QuickTour: Algorithm.onb (+1), Array.onb (+1), CreateInst.onb (+1), DiffEq.onb (+1), Equations.onb (+1), Exercise1algorithm.onb (+1), Exercise1arrays.onb (+1), Exercise1classes.onb (+1), Exercise1equations.onb (+1), Exercise1hybrid.onb (+1), Exercise1inheritance.onb (+1), Exercise1package.onb (+1), Exercise1partial.onb (+1), Exercise2-classes.onb (+1), Exercise2hybrid.onb (+1), Exercise2inheritance.onb (+1), Exercise3-classes.onb (+1), Functions.onb (+1), Generic.onb (+1), HelloWorld.onb (+1), HelloWorldmod.onb (+1), IfClause.onb (+1), Inheritance.onb (+1), Local.onb (+1), Packages.onb (+1), Partial.onb (+1), ReuseMod.onb (+1), SimpleCircuit.onb (+1), Statement.onb (+1), WhenClause.onb (+1)
perost 2014-02-24 10:38 Rev.: 19272

Fix for #2593:
- Fix circuit in IfClause.onb of DrModelica.

6 lines of code changed in 1 file:

  • OMNotebook/DrModelica/QuickTour: IfClause.onb (+6 -3)
perost 2014-02-17 17:06 Rev.: 19143

- Fixes for DrModelica.

57 lines of code changed in 2 files:

  • OMNotebook/DrModelica/QuickTour: CreateInst.onb (+32 -26), IfClause.onb (+25 -21)
arun3688 2014-02-14 16:16 Rev.: 19116

update DrModelica exercises, fixed=true

39 lines of code changed in 3 files:

  • OMNotebook/DrModelica/QuickTour: CreateInst.onb (+17 -14), HelloWorld.onb (+3 -3), WhenClause.onb (+19 -8)
alash325 2014-01-10 07:18 Rev.: 18615

- Re-evalate DrModelica Notebook and Fix ticket#2101

261 lines of code changed in 7 files:

  • OMNotebook/DrModelica/QuickTour: Algorithm.onb (+13 -25), Array.onb (+8 -9), CreateInst.onb (+13 -24), Generic.onb (+212 -100), HelloWorldmod.onb (+4 -5), Inheritance.onb (+7 -14), Local.onb (+4 -1)
sjoelund.se 2013-01-30 13:33 Rev.: 15001

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

16 lines of code changed in 12 files:

  • OMNotebook/DrModelica/QuickTour: Algorithm.onb (+1 -1), CreateInst.onb (+2 -2), DiffEq.onb (+1 -1), Equations.onb (+1 -1), HelloWorld.onb (+1 -1), HelloWorldmod.onb (+1 -1), IfClause.onb (+1 -1), Local.onb (+1 -1), ReuseMod.onb (+2 -2), SimpleCircuit.onb (+1 -1), Statement.onb (+2 -2), WhenClause.onb (+2 -2)
alash325 2013-01-28 20:05 Rev.: 14979

- Updated DrModelica

45 lines of code changed in 3 files:

  • OMNotebook/DrModelica/QuickTour: CreateInst.onb (+22 -2), DiffEq.onb (+4 -3), Statement.onb (+19 -5)
alash325 2012-12-30 18:16 Rev.: 14578

- Re-evaluating and update DrModelica simulation results

1688 lines of code changed in 15 files:

  • OMNotebook/DrModelica/QuickTour: Algorithm.onb (+101 -48), Array.onb (+142 -65), CreateInst.onb (+184 -86), DiffEq.onb (+49 -48), Equations.onb (+70 -28), Functions.onb (+57 -29), HelloWorld.onb (+41 -40), HelloWorldmod.onb (+90 -39), IfClause.onb (+18 -22), Inheritance.onb (+140 -67), Local.onb (+64 -25), ReuseMod.onb (+171 -66), SimpleCircuit.onb (+192 -121), Statement.onb (+160 -81), WhenClause.onb (+209 -80)
mohsen 2010-12-15 14:31 Rev.: 7399

Ver. 3.1 fix has been referenced. Default value require.

181 lines of code changed in 1 file:

  • OMNotebook/DrModelica/QuickTour: IfClause.onb (+181 -88)
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

52 lines of code changed in 18 files:

  • OMNotebook/DrModelica/QuickTour: Algorithm.onb (+2 -2), Array.onb (+15 -15), DiffEq.onb (+1 -1), Equations.onb (+1 -1), Exercise1algorithm.onb (+1 -1), Exercise1arrays.onb (+1 -1), Exercise1package.onb (+3 -3), Exercise2hybrid.onb (+3 -3), Exercise3-classes.onb (+2 -2), Functions.onb (+3 -3), Generic.onb (+1 -1), IfClause.onb (+4 -4), Inheritance.onb (+3 -3), Local.onb (+2 -2), Partial.onb (+1 -1), SimpleCircuit.onb (+4 -4), Statement.onb (+4 -4), WhenClause.onb (+1 -1)
petfr 2007-03-29 17:43 Rev.: 2761

OpenModelicaMetaProgramming.doc and .pdf
Moved all exercises to a separate appendix

DrModelica: Small update of text and link
to DAEexample

8 lines of code changed in 1 file:

  • OMNotebook/DrModelica/QuickTour: DiffEq.onb (+8 -17)
petfr 2007-02-13 11:55 Rev.: 2705

A few small updates to 4 modules DrModelica. Now more testcases work than previously.

1 lines of code changed in 1 file:

  • OMNotebook/DrModelica/QuickTour: Exercise1classes.onb (+1 -1)
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

33 lines of code changed in 10 files:

  • OMNotebook/DrModelica/QuickTour: Algorithm.onb (+3 -3), DiffEq.onb (+2 -2), Exercise1equations.onb (+2 -2), Exercise1hybrid.onb (+2 -2), Exercise2hybrid.onb (+2 -2), Exercise2inheritance.onb (+2 -2), HelloWorld.onb (+2 -2), HelloWorldmod.onb (+4 -4), SimpleCircuit.onb (+4 -4), WhenClause.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)

561 lines of code changed in 29 files:

  • OMNotebook/DrModelica/QuickTour: Algorithm.onb (+23 -21), Array.onb (+15 -26), CreateInst.onb (+31 -24), DiffEq.onb (+16 -9), Equations.onb (+17 -25), Exercise1algorithm.onb (+15 -30), Exercise1arrays.onb (+5 -5), Exercise1classes.onb (+12 -16), Exercise1equations.onb (+23 -20), Exercise1hybrid.onb (+9 -4), Exercise1inheritance.onb (+2 -2), Exercise1package.onb (+13 -15), Exercise1partial.onb (+1 -1), Exercise2-classes.onb (+26 -16), Exercise2hybrid.onb (+11 -7), Exercise2inheritance.onb (+16 -14), Exercise3-classes.onb (+20 -41), Functions.onb (+13 -19), Generic.onb (+27 -31), HelloWorld.onb (+3 -4), HelloWorldmod.onb (+10 -10), IfClause.onb (+30 -19), Inheritance.onb (+31 -21), Local.onb (+11 -7), Packages.onb (+7 -9), Partial.onb (+5 -6), ReuseMod.onb (+12 -12), SimpleCircuit.onb (+138 -10), WhenClause.onb (+19 -18)
adrpo 2006-08-28 00:26 Rev.: 2494

- updates to DrModelica by Peter F.

18 lines of code changed in 2 files:

  • OMNotebook/DrModelica/QuickTour: Equations.onb (+1 -2), Statement.onb (+17 -30)
x05andfe 2006-04-10 17:25 Rev.: 2318

updated OMNotebook and OMShell, also updated three files in DrModelica.
// Anders Fernstr?m

7 lines of code changed in 1 file:

  • OMNotebook/DrModelica/QuickTour: HelloWorld.onb (+7 -10)
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

2394 lines of code changed in 30 files:

  • OMNotebook/DrModelica/QuickTour: Algorithm.onb (new 67), Array.onb (new 112), CreateInst.onb (new 98), DiffEq.onb (new 104), Equations.onb (new 50), Exercise1algorithm.onb (new 195), Exercise1arrays.onb (new 48), Exercise1classes.onb (new 79), Exercise1equations.onb (new 94), Exercise1hybrid.onb (new 51), Exercise1inheritance.onb (new 25), Exercise1package.onb (new 108), Exercise1partial.onb (new 41), Exercise2-classes.onb (new 93), Exercise2hybrid.onb (new 73), Exercise2inheritance.onb (new 78), Exercise3-classes.onb (new 105), Functions.onb (new 51), Generic.onb (new 125), HelloWorld.onb (new 84), HelloWorldmod.onb (new 47), IfClause.onb (new 113), Inheritance.onb (new 79), Local.onb (new 37), Packages.onb (new 63), Partial.onb (new 42), ReuseMod.onb (new 81), SimpleCircuit.onb (new 35), Statement.onb (new 122), WhenClause.onb (new 94)
Generated by StatSVN 0.7.0