Skip to content

Commit 687f12a

Browse files
committed
finish renaming
1 parent 7e74df9 commit 687f12a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Examples/05 - VerySimpleFixedPVC2_with_electrical_layout_v3.pvc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@
417417
<!-- rack tag -->
418418
<pv:rack>
419419
<pv:row_spacing>20</pv:row_spacing>
420-
<pv:row_spacing>20</pv:row_spacing>
420+
<pv:column_spacing>20</pv:column_spacing>
421421
<pv:module_rows>1</pv:module_rows>
422422
<pv:module_columns>4</pv:module_columns>
423423
<pv:module_orientation>portrait</pv:module_orientation>

schema/pvcollada_schema_0.1.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ xmlns:collada="http://www.collada.org/2008/03/COLLADASchema">
810810
<xs:documentation>Spacing between modules in the row direction</xs:documentation>
811811
</xs:annotation>
812812
</xs:element>
813-
<xs:element name="y_spacing" type="collada:float_type">
813+
<xs:element name="column_spacing" type="collada:float_type">
814814
<xs:annotation>
815815
<xs:documentation>Spacing between modules in the column direction</xs:documentation>
816816
</xs:annotation>

0 commit comments

Comments
 (0)