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
write_xyz
Subroutine
16 statements
Source File
config_io_m.f90
config_io_m
write_xyz
Contents
None
public subroutine write_xyz(atc, fn_xyz, title)
Write to an XYZ file.
Arguments
Type
Intent
Optional
Attributes
Name
type(
atmcfg_t
),
intent(in)
::
atc
character(len=*),
intent(in)
::
fn_xyz
Name of the XYZ file
character(len=*),
intent(in)
::
title
Title (for the configuration)
Contents
None