ply_sampling_var_move Subroutine

public subroutine ply_sampling_var_move(source, destination)

Move the variable data from source to destination.

If there is data in destination, it will be discarded. The data in source becomes accessible via destination and source itself gets nullified.

Arguments

Type IntentOptional Attributes Name
type(ply_sampling_var_type), pointer :: source(:)

Variable data to move (and make accessible via destination).

Source itself will be null after moving.

type(ply_sampling_var_type), pointer :: destination(:)

Pointer to refer to the data in source. If destination already contains data, this data will be discarded.


Called by

proc~~ply_sampling_var_move~~CalledByGraph proc~ply_sampling_var_move ply_sampling_var_move proc~ply_sample_adaptive ply_sample_adaptive proc~ply_sample_adaptive->proc~ply_sampling_var_move