Skip to content
Success

Changes

Summary

  1. Use one character instead of line drawings. (details)
  2. Increase extent and set font size. (details)
  3. StandardFont (details)
  4. Use one character instead of line drawings. (details)
  5. Increase extent and set font size. (details)
  6. StandardFont (details)
  7. Fix misspelled file name (#3923) (details)
  8. Fix the bad Evaluate annotation (#3924) (details)
  9. Fix derivatives in 2D-table for one-sided extrapolation by constant continuation (#3896) (details)
  10. Remove empty algorithm (details)
Commit 9e4d4641ea4f791d4dfa47ab3375a6ab9a43202d by Hans.Olsson
Use one character instead of line drawings.
This is more consistent with the name of the operator,
and avoids graphical artifacts in some tools like Dymola.
(The new variant works with and without anti-aliasing, the old
one worked with neither.)
The file was modifiedComplex.mo (diff)
Commit be4ca805b26c51282148d041cae182602a215f98 by Hans.Olsson
Increase extent and set font size.
Note: The extents are different - the reason is that *- are not vertically aligned in Arial (verified in MS Word).
The file was modifiedComplex.mo (diff)
The file was modifiedComplex.mo (diff)
Commit ecc0b4182bf289fb21911d1cd8e19e4c91827831 by modelica
Use one character instead of line drawings.
This is more consistent with the name of the operator,
and avoids graphical artifacts in some tools like Dymola.
(The new variant works with and without anti-aliasing, the old
one worked with neither.)
The file was modifiedComplex.mo (diff)
Commit 24032447dfbe706222bbae6ac725eda4c7ffa8f1 by modelica
Increase extent and set font size.
Note: The extents are different - the reason is that *- are not vertically aligned in Arial (verified in MS Word).
The file was modifiedComplex.mo (diff)
The file was modifiedComplex.mo (diff)
Commit cfbb98270a4ba6eb141d0529dfb7c9e2a46b4ecf by noreply
Fix misspelled file name (#3923)

The file was modified.gitattributes (diff)
Commit b66df3195a8f1e1aeabd29f8727671137dc921e3 by noreply
Fix the bad Evaluate annotation (#3924)

The file was modifiedModelica/Fluid/Pipes.mo (diff)
Commit e5f0e7eb5050456a8040d5a847adaab939cf866b by noreply
Fix derivatives in 2D-table for one-sided extrapolation by constant continuation (#3896)

* refs #3894: Fix derivatives in 2D-table for one-sided extrapolation by constant continuation

* refs #3894: Add test model
The file was addedModelicaTest/Resources/Reference/ModelicaTest/Tables/CombiTable2Dv/Test33/comparisonSignals.txt
The file was modifiedModelica/Resources/Licenses/LICENSE_ModelicaStandardTables.txt (diff)
The file was modifiedModelicaTest/Tables/CombiTable2Ds.mo (diff)
The file was modifiedModelica/package.mo (diff)
The file was modifiedModelicaTest/Tables/CombiTable2Dv.mo (diff)
The file was addedModelicaTest/Resources/Reference/ModelicaTest/Tables/CombiTable2Ds/Test33/comparisonSignals.txt
The file was modifiedModelica/Resources/C-Sources/ModelicaStandardTables.c (diff)
Commit 6d220fb325b9e44a75f6e82201ae13069a1411b6 by noreply
Remove empty algorithm

Addressing review comment by @beutlich.
The file was modifiedModelica/Math/BooleanVectors.mo (diff)

Summary

  1. Use one character instead of line drawings. (details)
  2. Increase extent and set font size. (details)
  3. StandardFont (details)
  4. Use one character instead of line drawings. (details)
  5. Increase extent and set font size. (details)
  6. StandardFont (details)
  7. Fix misspelled file name (#3923) (details)
  8. Fix the bad Evaluate annotation (#3924) (details)
  9. Fix derivatives in 2D-table for one-sided extrapolation by constant continuation (#3896) (details)
  10. Remove empty algorithm (details)
Commit 9e4d4641ea4f791d4dfa47ab3375a6ab9a43202d by Hans.Olsson
Use one character instead of line drawings.
This is more consistent with the name of the operator,
and avoids graphical artifacts in some tools like Dymola.
(The new variant works with and without anti-aliasing, the old
one worked with neither.)
The file was modifiedComplex.mo (diff)
Commit be4ca805b26c51282148d041cae182602a215f98 by Hans.Olsson
Increase extent and set font size.
Note: The extents are different - the reason is that *- are not vertically aligned in Arial (verified in MS Word).
The file was modifiedComplex.mo (diff)
The file was modifiedComplex.mo (diff)
Commit ecc0b4182bf289fb21911d1cd8e19e4c91827831 by modelica
Use one character instead of line drawings.
This is more consistent with the name of the operator,
and avoids graphical artifacts in some tools like Dymola.
(The new variant works with and without anti-aliasing, the old
one worked with neither.)
The file was modifiedComplex.mo (diff)
Commit 24032447dfbe706222bbae6ac725eda4c7ffa8f1 by modelica
Increase extent and set font size.
Note: The extents are different - the reason is that *- are not vertically aligned in Arial (verified in MS Word).
The file was modifiedComplex.mo (diff)
The file was modifiedComplex.mo (diff)
Commit cfbb98270a4ba6eb141d0529dfb7c9e2a46b4ecf by noreply
Fix misspelled file name (#3923)

The file was modified.gitattributes (diff)
Commit b66df3195a8f1e1aeabd29f8727671137dc921e3 by noreply
Fix the bad Evaluate annotation (#3924)

The file was modifiedModelica/Fluid/Pipes.mo (diff)
Commit e5f0e7eb5050456a8040d5a847adaab939cf866b by noreply
Fix derivatives in 2D-table for one-sided extrapolation by constant continuation (#3896)

* refs #3894: Fix derivatives in 2D-table for one-sided extrapolation by constant continuation

* refs #3894: Add test model
The file was modifiedModelica/package.mo (diff)
The file was modifiedModelica/Resources/Licenses/LICENSE_ModelicaStandardTables.txt (diff)
The file was modifiedModelicaTest/Tables/CombiTable2Ds.mo (diff)
The file was modifiedModelicaTest/Tables/CombiTable2Dv.mo (diff)
The file was addedModelicaTest/Resources/Reference/ModelicaTest/Tables/CombiTable2Ds/Test33/comparisonSignals.txt
The file was modifiedModelica/Resources/C-Sources/ModelicaStandardTables.c (diff)
The file was addedModelicaTest/Resources/Reference/ModelicaTest/Tables/CombiTable2Dv/Test33/comparisonSignals.txt
Commit 6d220fb325b9e44a75f6e82201ae13069a1411b6 by noreply
Remove empty algorithm

Addressing review comment by @beutlich.
The file was modifiedModelica/Math/BooleanVectors.mo (diff)

Summary

  1. Use one character instead of line drawings. (details)
  2. Increase extent and set font size. (details)
  3. StandardFont (details)
  4. Use one character instead of line drawings. (details)
  5. Increase extent and set font size. (details)
  6. StandardFont (details)
  7. Fix misspelled file name (#3923) (details)
  8. Fix the bad Evaluate annotation (#3924) (details)
  9. Fix derivatives in 2D-table for one-sided extrapolation by constant continuation (#3896) (details)
  10. Remove empty algorithm (details)
Commit 9e4d4641ea4f791d4dfa47ab3375a6ab9a43202d by Hans.Olsson
Use one character instead of line drawings.
This is more consistent with the name of the operator,
and avoids graphical artifacts in some tools like Dymola.
(The new variant works with and without anti-aliasing, the old
one worked with neither.)
The file was modifiedComplex.mo (diff)
Commit be4ca805b26c51282148d041cae182602a215f98 by Hans.Olsson
Increase extent and set font size.
Note: The extents are different - the reason is that *- are not vertically aligned in Arial (verified in MS Word).
The file was modifiedComplex.mo (diff)
The file was modifiedComplex.mo (diff)
Commit ecc0b4182bf289fb21911d1cd8e19e4c91827831 by modelica
Use one character instead of line drawings.
This is more consistent with the name of the operator,
and avoids graphical artifacts in some tools like Dymola.
(The new variant works with and without anti-aliasing, the old
one worked with neither.)
The file was modifiedComplex.mo (diff)
Commit 24032447dfbe706222bbae6ac725eda4c7ffa8f1 by modelica
Increase extent and set font size.
Note: The extents are different - the reason is that *- are not vertically aligned in Arial (verified in MS Word).
The file was modifiedComplex.mo (diff)
The file was modifiedComplex.mo (diff)
Commit cfbb98270a4ba6eb141d0529dfb7c9e2a46b4ecf by noreply
Fix misspelled file name (#3923)

The file was modified.gitattributes (diff)
Commit b66df3195a8f1e1aeabd29f8727671137dc921e3 by noreply
Fix the bad Evaluate annotation (#3924)

The file was modifiedModelica/Fluid/Pipes.mo (diff)
Commit e5f0e7eb5050456a8040d5a847adaab939cf866b by noreply
Fix derivatives in 2D-table for one-sided extrapolation by constant continuation (#3896)

* refs #3894: Fix derivatives in 2D-table for one-sided extrapolation by constant continuation

* refs #3894: Add test model
The file was modifiedModelica/package.mo (diff)
The file was addedModelicaTest/Resources/Reference/ModelicaTest/Tables/CombiTable2Dv/Test33/comparisonSignals.txt
The file was modifiedModelica/Resources/Licenses/LICENSE_ModelicaStandardTables.txt (diff)
The file was addedModelicaTest/Resources/Reference/ModelicaTest/Tables/CombiTable2Ds/Test33/comparisonSignals.txt
The file was modifiedModelica/Resources/C-Sources/ModelicaStandardTables.c (diff)
The file was modifiedModelicaTest/Tables/CombiTable2Ds.mo (diff)
The file was modifiedModelicaTest/Tables/CombiTable2Dv.mo (diff)
Commit 6d220fb325b9e44a75f6e82201ae13069a1411b6 by noreply
Remove empty algorithm

Addressing review comment by @beutlich.
The file was modifiedModelica/Math/BooleanVectors.mo (diff)

Summary

  1. Use one character instead of line drawings. (details)
  2. Increase extent and set font size. (details)
  3. StandardFont (details)
  4. Use one character instead of line drawings. (details)
  5. Increase extent and set font size. (details)
  6. StandardFont (details)
  7. Fix misspelled file name (#3923) (details)
  8. Fix the bad Evaluate annotation (#3924) (details)
  9. Fix derivatives in 2D-table for one-sided extrapolation by constant continuation (#3896) (details)
  10. Remove empty algorithm (details)
Commit 9e4d4641ea4f791d4dfa47ab3375a6ab9a43202d by Hans.Olsson
Use one character instead of line drawings.
This is more consistent with the name of the operator,
and avoids graphical artifacts in some tools like Dymola.
(The new variant works with and without anti-aliasing, the old
one worked with neither.)
The file was modifiedComplex.mo (diff)
Commit be4ca805b26c51282148d041cae182602a215f98 by Hans.Olsson
Increase extent and set font size.
Note: The extents are different - the reason is that *- are not vertically aligned in Arial (verified in MS Word).
The file was modifiedComplex.mo (diff)
The file was modifiedComplex.mo (diff)
Commit ecc0b4182bf289fb21911d1cd8e19e4c91827831 by modelica
Use one character instead of line drawings.
This is more consistent with the name of the operator,
and avoids graphical artifacts in some tools like Dymola.
(The new variant works with and without anti-aliasing, the old
one worked with neither.)
The file was modifiedComplex.mo (diff)
Commit 24032447dfbe706222bbae6ac725eda4c7ffa8f1 by modelica
Increase extent and set font size.
Note: The extents are different - the reason is that *- are not vertically aligned in Arial (verified in MS Word).
The file was modifiedComplex.mo (diff)
The file was modifiedComplex.mo (diff)
Commit cfbb98270a4ba6eb141d0529dfb7c9e2a46b4ecf by noreply
Fix misspelled file name (#3923)

The file was modified.gitattributes (diff)
Commit b66df3195a8f1e1aeabd29f8727671137dc921e3 by noreply
Fix the bad Evaluate annotation (#3924)

The file was modifiedModelica/Fluid/Pipes.mo (diff)
Commit e5f0e7eb5050456a8040d5a847adaab939cf866b by noreply
Fix derivatives in 2D-table for one-sided extrapolation by constant continuation (#3896)

* refs #3894: Fix derivatives in 2D-table for one-sided extrapolation by constant continuation

* refs #3894: Add test model
The file was modifiedModelica/Resources/Licenses/LICENSE_ModelicaStandardTables.txt (diff)
The file was modifiedModelicaTest/Tables/CombiTable2Dv.mo (diff)
The file was modifiedModelica/Resources/C-Sources/ModelicaStandardTables.c (diff)
The file was modifiedModelica/package.mo (diff)
The file was addedModelicaTest/Resources/Reference/ModelicaTest/Tables/CombiTable2Ds/Test33/comparisonSignals.txt
The file was modifiedModelicaTest/Tables/CombiTable2Ds.mo (diff)
The file was addedModelicaTest/Resources/Reference/ModelicaTest/Tables/CombiTable2Dv/Test33/comparisonSignals.txt
Commit 6d220fb325b9e44a75f6e82201ae13069a1411b6 by noreply
Remove empty algorithm

Addressing review comment by @beutlich.
The file was modifiedModelica/Math/BooleanVectors.mo (diff)