forked from OpenModelica/OMLibraries
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathComplex trunk.patch
More file actions
27 lines (25 loc) · 806 Bytes
/
Complex trunk.patch
File metadata and controls
27 lines (25 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- git/MSL/Complex.mo 2016-04-06 07:57:06.357523016 +0200
+++ build/Complex trunk.mo 2016-04-06 07:59:36.786861040 +0200
@@ -1,5 +1,7 @@
within ;
+
operator record Complex "Complex number with overloaded operators"
+
//record Complex "Complex number with overloaded operators"
replaceable Real re "Real part of complex number" annotation(Dialog);
replaceable Real im "Imaginary part of complex number" annotation(Dialog);
@@ -249,7 +251,7 @@
annotation (Protection(access=Access.hide),
-version="3.2.2",
+version= "trunk",
versionBuild=0,
versionDate="2016-01-15",
dateModified = "2016-01-15 08:44:41Z",
@@ -270,5 +272,4 @@
lineColor={255,255,255},
extent={{-90,-50},{90,50}},
textString="C")}));
-
-end Complex;
+end Complex;
\ No newline at end of file