Skip to content

Commit 87ea39a

Browse files
committed
FastDSS: handle AdvancedTypes
1 parent 151e702 commit 87ea39a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/_fastdss.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ static PyObject *AltDSS_PyGRGetter_call(AltDSS_PyGRGetterObject *f, PyObject *ar
523523
}
524524

525525
nitems = f->countPtr[0];
526-
if ((f->countPtr[2] == 0))
526+
if ((f->countPtr[2] == 0) || ((settings & FastDSSSettings_AdvancedTypes) == 0))
527527
{
528528
dims[0] = nitems;
529529
if (resType == fastdss_types_gr_z128s)

0 commit comments

Comments
 (0)