traj_delete Subroutine

private subroutine traj_delete(this)

After a call to this subroutine, all memory within this is deallocated, all components of this are reset to zero, and the underlying file is closed (if open).

Type Bound

trajectory_t

Arguments

Type IntentOptional Attributes Name
class(trajectory_t), intent(inout) :: this

Called by

proc~~traj_delete~~CalledByGraph proc~traj_delete trajectory_t%traj_delete proc~finish finish proc~finish->proc~traj_delete proc~run run proc~run->proc~finish program~main main program~main->proc~run