traj_append_frame Subroutine

private subroutine traj_append_frame(this, nts, coordinates)

Write a frame to an open trajectory

Arguments

Type IntentOptional AttributesName
class(trajectory_t), intent(inout) :: this
integer(kind=ip_long), intent(in) :: nts
real(kind=rp), intent(in), dimension(:,:):: coordinates

Contents

None