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 + List( DataArray_t 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 PointList ; (o) + IndexRange_t<1> PointRange ; (o) + IndexArray_t<1, DataSize[], int> PointList ; (o) - List( DataArray_t + List( DataArray_t DataArray1 ... DataArrayN ) ; (o) DataClass_t DataClass ; (o)