Skip to content

Commit afe2d8e

Browse files
committed
Removed readonly from attribute universalCartesianSpatial3dCoordinateFrame since it is no longer supported
1 parent b12feee commit afe2d8e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tool-support/quantities_lib_generator/data_templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class DATA:
149149
attribute :>> isOrthogonal = true;
150150
}
151151
152-
readonly attribute universalCartesianSpatial3dCoordinateFrame : CartesianSpatial3dCoordinateFrame[1] {
152+
attribute universalCartesianSpatial3dCoordinateFrame : CartesianSpatial3dCoordinateFrame[1] {
153153
doc
154154
/*
155155
* A singleton CartesianSpatial3dCoordinateFrame that can be used as a default universal Cartesian 3D coordinate frame.

tool-support/quantities_lib_generator/libs_generated/ISQSpaceTime.sysml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ standard library package ISQSpaceTime {
22
doc
33
/*
44
* International System of Quantities and Units
5-
* Generated on 2025-03-13T15:00:05Z from standard ISO-80000-3:2019 "Space and Time"
5+
* Generated on 2025-03-13T17:19:25Z from standard ISO-80000-3:2019 "Space and Time"
66
* see also https://www.iso.org/standard/64974.html
77
*
88
* Note 1: In documentation comments, AsciiMath notation (see http://asciimath.org/) is used for mathematical concepts,
@@ -185,7 +185,7 @@ standard library package ISQSpaceTime {
185185
attribute :>> isOrthogonal = true;
186186
}
187187

188-
readonly attribute universalCartesianSpatial3dCoordinateFrame : CartesianSpatial3dCoordinateFrame[1] {
188+
attribute universalCartesianSpatial3dCoordinateFrame : CartesianSpatial3dCoordinateFrame[1] {
189189
doc
190190
/*
191191
* A singleton CartesianSpatial3dCoordinateFrame that can be used as a default universal Cartesian 3D coordinate frame.

0 commit comments

Comments
 (0)