Skip to content

Commit d15e557

Browse files
committed
Add validation and examples package #1575
1 parent 908c77d commit d15e557

File tree

5 files changed

+12
-0
lines changed

5 files changed

+12
-0
lines changed

IBPSA/Electrical/Examples/package.mo

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
within IBPSA.Electrical;
2+
package Examples "Example models integrating multiple components"
3+
extends Modelica.Icons.ExamplesPackage;
4+
5+
end Examples;

IBPSA/Electrical/Examples/package.order

Whitespace-only changes.
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
within IBPSA.Electrical;
2+
package Validation "Collection of validation models"
3+
extends Modelica.Icons.ExamplesPackage;
4+
5+
end Validation;

IBPSA/Electrical/Validation/package.order

Whitespace-only changes.

IBPSA/Electrical/package.order

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
DataBase
22
BaseClasses
3+
Examples
4+
Validation

0 commit comments

Comments
 (0)