From 45d7e1ed9f3a0152127399d38f6cf3495c3e9d98 Mon Sep 17 00:00:00 2001
From: Michael Wetter
Date: Wed, 3 Jan 2024 13:59:02 -0800
Subject: [PATCH] Formatted text
---
.../BaseClasses/PV/BaseClasses/PVOptical/PVType.mo | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/IBPSA/Electrical/BaseClasses/PV/BaseClasses/PVOptical/PVType.mo b/IBPSA/Electrical/BaseClasses/PV/BaseClasses/PVOptical/PVType.mo
index 6b4b6855a8..c8677d127d 100644
--- a/IBPSA/Electrical/BaseClasses/PV/BaseClasses/PVOptical/PVType.mo
+++ b/IBPSA/Electrical/BaseClasses/PV/BaseClasses/PVOptical/PVType.mo
@@ -1,10 +1,8 @@
within IBPSA.Electrical.BaseClasses.PV.BaseClasses.PVOptical;
type PVType = enumeration(
- MonoSI
- "Single-crystalline Silicon PV technology",
+ MonoSI "Single-crystalline Silicon PV technology",
PolySI "Poly-crystalline Silicon PV technology",
- ThinFilmSI
- "Thin film Silicon PV technology",
+ ThinFilmSI "Thin film Silicon PV technology",
ThreeJuncAmorphous "Three-junction amorphous PV technology")
"Enumeration to define definition of the PV technology"
annotation(Documentation(info="
@@ -12,7 +10,7 @@ type PVType = enumeration(
Enumeration to define the PV material type used in the PV models.
",
- revisions="
+revisions="
-
Oct 6, 2023, by Laura Maier: