Skip to content

Commit a7de66c

Browse files
committed
AdditionalImpact
1 parent 5ad6703 commit a7de66c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ModelicaTest/Math.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ extends Modelica.Icons.ExamplesPackage;
660660
ok := true;
661661
end Vectors;
662662

663-
function colorMapToSvg "Store all predefined color maps in svg"
663+
impure function colorMapToSvg "Store all predefined color maps in svg"
664664
extends Modelica.Icons.Function;
665665
import Modelica.Mechanics.MultiBody.Visualizers.Colors.colorMapToSvg;
666666
import Modelica.Mechanics.MultiBody.Visualizers.Colors.ColorMaps.{jet, hot, gray, spring, summer, autumn, winter};
@@ -762,7 +762,7 @@ extends Modelica.Icons.ExamplesPackage;
762762

763763
model TestMatricesExamplesSolveLinearEquations
764764
extends Modelica.Icons.Example;
765-
equation
765+
initial equation
766766
Modelica.Math.Matrices.Examples.solveLinearEquations();
767767
annotation (experiment(StopTime=0));
768768
end TestMatricesExamplesSolveLinearEquations;

ModelicaTest/package.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ extends Modelica.Icons.Package;
44

55
import Modelica.Units.SI;
66

7-
function testAllFunctions "Runs all test cases for functions"
7+
impure function testAllFunctions "Runs all test cases for functions"
88
extends Modelica.Icons.Function;
99
import Modelica.Utilities.Streams.print;
1010
input String logFile = "ModelicaTestLog.txt"

0 commit comments

Comments
 (0)