Hi,
Is there a way to move the data from a pointer to an allocatable without doing a copy ?
The data is allocated in C, but used and deallocated in fortran in a dimension(:),pointer, but then it needs to be attached to a class, but i dont see a way of moving the data to the allocatable without a copy.
Thanks.
Pat.