Directory OMNotebook/DrModelica/Variables/

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

[root]/OMNotebook/DrModelica/Variables

Lines of Code

OMNotebook/DrModelica/Variables/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 42 (100.0%) 1427 (100.0%) 33.9
x05andfe 7 (16.7%) 524 (36.7%) 74.8
alash325 6 (14.3%) 417 (29.2%) 69.5
mohsen 1 (2.4%) 219 (15.3%) 219.0
adrpo 11 (26.2%) 199 (13.9%) 18.0
perost 1 (2.4%) 26 (1.8%) 26.0
arun3688 2 (4.8%) 22 (1.5%) 11.0
sjoelund.se 10 (23.8%) 11 (0.8%) 1.1
dietmarw 4 (9.5%) 9 (0.6%) 2.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

7 lines of code changed in 7 files:

  • OMNotebook/DrModelica/Variables: Declaration.onb (+1), Exercise1.onb (+1), Exercise2.onb (+1), FieldVar.onb (+1), Initialization.onb (+1), VanDerPol.onb (+1), VariabilityPrefixes.onb (+1)
perost 2014-02-17 17:06 Rev.: 19143

- Fixes for DrModelica.

26 lines of code changed in 1 file:

  • OMNotebook/DrModelica/Variables: Initialization.onb (+26 -24)
arun3688 2014-02-14 16:16 Rev.: 19116

update DrModelica exercises, fixed=true

22 lines of code changed in 2 files:

  • OMNotebook/DrModelica/Variables: Initialization.onb (+16 -19), VanDerPol.onb (+6 -4)
alash325 2014-01-10 07:18 Rev.: 18615

- Re-evalate DrModelica Notebook and Fix ticket#2101

13 lines of code changed in 1 file:

  • OMNotebook/DrModelica/Variables: Initialization.onb (+13 -14)
sjoelund.se 2013-01-30 13:33 Rev.: 15001

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

4 lines of code changed in 3 files:

  • OMNotebook/DrModelica/Variables: FieldVar.onb (+2 -2), Initialization.onb (+1 -1), VanDerPol.onb (+1 -1)
alash325 2012-12-30 18:16 Rev.: 14578

- Re-evaluating and update DrModelica simulation results

404 lines of code changed in 5 files:

  • OMNotebook/DrModelica/Variables: Declaration.onb (+55 -27), FieldVar.onb (+32 -31), Initialization.onb (+245 -133), VanDerPol.onb (+44 -44), VariabilityPrefixes.onb (+28 -14)
mohsen 2010-12-15 17:03 Rev.: 7406

end tag fixed, Voltag to Voltage

219 lines of code changed in 1 file:

  • OMNotebook/DrModelica/Variables: FieldVar.onb (+219 -106)
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

9 lines of code changed in 4 files:

  • OMNotebook/DrModelica/Variables: Exercise1.onb (+1 -1), FieldVar.onb (+3 -3), Initialization.onb (+1 -1), VanDerPol.onb (+4 -4)
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

5 lines of code changed in 2 files:

  • OMNotebook/DrModelica/Variables: Initialization.onb (+1 -1), VanDerPol.onb (+4 -4)
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)

192 lines of code changed in 7 files:

  • OMNotebook/DrModelica/Variables: Declaration.onb (+9 -12), Exercise1.onb (+7 -7), Exercise2.onb (+12 -3), FieldVar.onb (+61 -45), Initialization.onb (+86 -46), VanDerPol.onb (+13 -13), VariabilityPrefixes.onb (+4 -5)
adrpo 2006-04-24 03:55 Rev.: 2338

- apparently plotParametric( {x, y} ) is wrong. should be plotParametric(x, y)

1 lines of code changed in 1 file:

  • OMNotebook/DrModelica/Variables: VanDerPol.onb (+1 -1)
adrpo 2006-04-10 22:54 Rev.: 2319

fixed plotParametric({x, y}) instead of plotParametric( x, y ).
now it works

1 lines of code changed in 1 file:

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

524 lines of code changed in 7 files:

  • OMNotebook/DrModelica/Variables: Declaration.onb (new 41), Exercise1.onb (new 83), Exercise2.onb (new 56), FieldVar.onb (new 109), Initialization.onb (new 122), VanDerPol.onb (new 91), VariabilityPrefixes.onb (new 22)
Generated by StatSVN 0.7.0