Skip to content

[SIDS] Minor precision in ParticleZone_t listings #27

@couletj

Description

@couletj

To be consistent with DataArray_t, IndexRange_t and IndexArray_t structures definition, the IndexDimension value should be included in the listings of ParticleSolution_t and ParticleCoordinates_t, even if its value is always 1 :

diff --git a/source/standard/SIDS/particles.rst b/source/standard/SIDS/particles.rst
index 599cf56..3e1184d 100644
--- a/source/standard/SIDS/particles.rst
+++ b/source/standard/SIDS/particles.rst
@@ -101,7 +101,7 @@ The physical coordinates of the particle centers are described by the
 
     List( Descriptor_t Descriptor1 ... DescriptorN ) ;                 (o)
 
-    List( DataArray_t<DataType, ParticleSize>
+    List( DataArray_t<DataType, 1, ParticleSize>
           DataArray1 ... DataArrayN ) ;                                (o)
 
     DataClass_t DataClass ;                                            (o)
@@ -177,10 +177,10 @@ and correspond to the solution for the entire particle.
     {
     List( Descriptor_t Descriptor1 ... DescriptorN ) ;                 (o)
 
-    IndexRange PointRange ;                                            (o)
-    IndexArray<DataSize[], int> PointList ;                            (o)
+    IndexRange_t<1> PointRange ;                                       (o)
+    IndexArray_t<1, DataSize[], int> PointList ;                       (o)
 
-    List( DataArray_t<DataType, DataSize[]>
+    List( DataArray_t<DataType, 1, DataSize[]>
           DataArray1 ... DataArrayN ) ;                                (o)
 
     DataClass_t DataClass ;                                            (o)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions