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).

Arguments

Type IntentOptional AttributesName
class(trajectory_t), intent(inout) :: this

Contents

None