Directory OMNotebook/DrModelica/Arrays/

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

[root]/OMNotebook/DrModelica/Arrays

Lines of Code

OMNotebook/DrModelica/Arrays/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 118 (100.0%) 6507 (100.0%) 55.1
x05andfe 18 (15.3%) 3693 (56.8%) 205.1
alash325 31 (26.3%) 1717 (26.4%) 55.3
adrpo 21 (17.8%) 685 (10.5%) 32.6
perost 3 (2.5%) 133 (2.0%) 44.3
dietmarw 15 (12.7%) 103 (1.6%) 6.8
mohsen 1 (0.8%) 92 (1.4%) 92.0
sjoelund.se 28 (23.7%) 54 (0.8%) 1.9
petfr 1 (0.8%) 30 (0.5%) 30.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

18 lines of code changed in 18 files:

  • OMNotebook/DrModelica/Arrays: ArithmeticOp.onb (+1), Built-inFunc.onb (+1), ConcatConstruct.onb (+1), ConcatSlice.onb (+1), Construction.onb (+1), Declaration.onb (+1), Empty.onb (+1), Exercise1-7-2.onb (+1), Exercise1-7-3.onb (+1), Exercise1-7-4.onb (+1), Exercise1-7-5.onb (+1), Exercise1-7-6.onb (+1), Exercise1.onb (+1), Exercise2.onb (+1), FlexSize.onb (+1), Indexing.onb (+1), ScalarFunc.onb (+1), TypeCheck.onb (+1)
perost 2014-02-18 14:24 Rev.: 19160

Fix for #2587:
- Added simplification rules -{e1, e2, ...} => {-e1, -e2, ...} and -[e1, e2, ...] => [-e1, e2, ...].
- Improved Static.elabMatrixCatTwoExp so it handles more cases.

12 lines of code changed in 1 file:

  • OMNotebook/DrModelica/Arrays: ConcatSlice.onb (+12 -26)
perost 2014-02-17 17:06 Rev.: 19143

- Fixes for DrModelica.

121 lines of code changed in 2 files:

  • OMNotebook/DrModelica/Arrays: ConcatSlice.onb (+41 -29), TypeCheck.onb (+80 -66)
alash325 2014-01-10 07:18 Rev.: 18615

- Re-evalate DrModelica Notebook and Fix ticket#2101

201 lines of code changed in 10 files:

  • OMNotebook/DrModelica/Arrays: ArithmeticOp.onb (+39 -34), Built-inFunc.onb (+28 -28), ConcatSlice.onb (+4 -3), Construction.onb (+13 -16), Declaration.onb (+19 -19), Empty.onb (+9 -9), FlexSize.onb (+12 -20), Indexing.onb (+10 -6), ScalarFunc.onb (+19 -14), TypeCheck.onb (+48 -41)
sjoelund.se 2013-01-30 13:33 Rev.: 15001

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

36 lines of code changed in 10 files:

  • OMNotebook/DrModelica/Arrays: ArithmeticOp.onb (+6 -6), Built-inFunc.onb (+5 -5), ConcatConstruct.onb (+4 -4), ConcatSlice.onb (+5 -5), Construction.onb (+2 -2), Declaration.onb (+4 -4), Empty.onb (+3 -3), FlexSize.onb (+2 -2), Indexing.onb (+3 -3), ScalarFunc.onb (+2 -2)
alash325 2013-01-28 20:05 Rev.: 14979

- Updated DrModelica

297 lines of code changed in 10 files:

  • OMNotebook/DrModelica/Arrays: ArithmeticOp.onb (+53 -6), Built-inFunc.onb (+49 -6), ConcatConstruct.onb (+38 -4), ConcatSlice.onb (+36 -1), Construction.onb (+20 -2), Declaration.onb (+33 -5), Empty.onb (+6 -9), FlexSize.onb (+24 -2), Indexing.onb (+20 -4), ScalarFunc.onb (+18 -1)
alash325 2012-12-30 18:16 Rev.: 14578

- Re-evaluating and update DrModelica simulation results

1219 lines of code changed in 11 files:

  • OMNotebook/DrModelica/Arrays: ArithmeticOp.onb (+91 -95), Built-inFunc.onb (+89 -97), ConcatConstruct.onb (+254 -114), ConcatSlice.onb (+57 -61), Construction.onb (+149 -70), Declaration.onb (+67 -64), Empty.onb (+29 -48), FlexSize.onb (+56 -56), Indexing.onb (+90 -78), ScalarFunc.onb (+34 -35), TypeCheck.onb (+303 -133)
mohsen 2010-12-16 14:40 Rev.: 7426

Duplicate variable names
Real [0,3] A;
Real A [:,:];
and
Real B[5,0];
Boolean B[:,:,:]; >> gave errors.
So, we changed the Real A[:,:] to Real A2[:,:]; and Boolean B[5,0] to Boolean B2[5,0];

92 lines of code changed in 1 file:

  • OMNotebook/DrModelica/Arrays: Empty.onb (+92 -65)
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

103 lines of code changed in 15 files:

  • OMNotebook/DrModelica/Arrays: ArithmeticOp.onb (+4 -4), Built-inFunc.onb (+8 -8), ConcatConstruct.onb (+3 -3), ConcatSlice.onb (+22 -22), Construction.onb (+7 -7), Declaration.onb (+5 -5), Empty.onb (+6 -6), Exercise1-7-3.onb (+5 -5), Exercise1-7-4.onb (+8 -8), Exercise1-7-5.onb (+2 -2), Exercise1-7-6.onb (+1 -1), FlexSize.onb (+6 -6), Indexing.onb (+11 -11), ScalarFunc.onb (+8 -8), TypeCheck.onb (+7 -7)
petfr 2007-02-13 11:55 Rev.: 2705

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

30 lines of code changed in 1 file:

  • OMNotebook/DrModelica/Arrays: ArithmeticOp.onb (+30 -17)
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

6 lines of code changed in 2 files:

  • OMNotebook/DrModelica/Arrays: Exercise1-7-4.onb (+4 -4), Indexing.onb (+2 -2)
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)

37 lines of code changed in 2 files:

  • OMNotebook/DrModelica/Arrays: ArithmeticOp.onb (+30), Built-inFunc.onb (+7 -7)
adrpo 2006-08-28 00:26 Rev.: 2494

- updates to DrModelica by Peter F.

642 lines of code changed in 17 files:

  • OMNotebook/DrModelica/Arrays: ArithmeticOp.onb (+94 -65), Built-inFunc.onb (+94 -84), ConcatConstruct.onb (+72 -59), ConcatSlice.onb (+63 -66), Construction.onb (+39 -39), Declaration.onb (+37 -41), Empty.onb (+51 -41), Exercise1-7-2.onb (+9 -5), Exercise1-7-3.onb (+2 -2), Exercise1-7-4.onb (+36 -21), Exercise1-7-5.onb (+13 -4), Exercise1-7-6.onb (+12 -13), Exercise1.onb (+2 -2), FlexSize.onb (+28 -33), Indexing.onb (+29 -50), ScalarFunc.onb (+21 -17), TypeCheck.onb (+40 -34)
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

3693 lines of code changed in 18 files:

  • OMNotebook/DrModelica/Arrays: ArithmeticOp.onb (new 268), Built-inFunc.onb (new 348), ConcatConstruct.onb (new 146), ConcatSlice.onb (new 299), Construction.onb (new 101), Declaration.onb (new 247), Empty.onb (new 208), Exercise1-7-2.onb (new 269), Exercise1-7-3.onb (new 249), Exercise1-7-4.onb (new 263), Exercise1-7-5.onb (new 119), Exercise1-7-6.onb (new 214), Exercise1.onb (new 37), Exercise2.onb (new 50), FlexSize.onb (new 198), Indexing.onb (new 366), ScalarFunc.onb (new 151), TypeCheck.onb (new 160)
Generated by StatSVN 0.7.0