Toggle navigation
BROWNPAK
0.7
User Guide
Contents
Source Files
Modules
Block Data
Procedures
Derived Types
Program
Source Files
Modules
Block Data
Procedures
Derived Types
Program
traj_write_frame
Subroutine
22 statements
Source File
trajectory_m.f90
trajectory_m
traj_write_frame
Contents
None
private subroutine traj_write_frame(this, iframe, nts, coordinates)
Write a frame to an open trajectory
Arguments
Type
Intent
Optional
Attributes
Name
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