traj_write_frame Subroutine

private subroutine traj_write_frame(this, iframe, nts, coordinates)

Write a frame to an open trajectory

Arguments

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

Contents

None