Skip to content

Commit e2a1235

Browse files
authored
Update array.yaml
1 parent a901bb7 commit e2a1235

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

linkml_model/model/schema/array.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,13 @@ enums:
266266
description: >-
267267
An array layout option in which the elements in each row are stored in consecutive positions,
268268
or any generalization thereof to dimensionality greater than 2
269+
aliases:
270+
- F order
269271
ROW_MAJOR_ARRAY_ORDER:
270272
meaning: gom:rowMajorArray
271273
description: >-
272274
An array layout option in which the elements in each row are stored in consecutive positions,
273275
or any generalization thereof to dimensionality greater than 2
276+
aliases:
277+
- C order
274278

0 commit comments

Comments
 (0)