Skip to content

LIST_DETACH_AND_DESTROY #178

@lorenzo-mechbau

Description

@lorenzo-mechbau

Since the returned array could contain inconsistent values if LIST%NUMBER_IN_LIST /= LIST%SIZE I added the line
LIST_VALUES(:)=LIST_VALUES(1:NUMBER_IN_LIST)
or
LIST_VALUES(:,:)=LIST_VALUES(:,1:NUMBER_IN_LIST)
after the CALL MOVE_ALLOC(...).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions