atomes 1.1.17
atomes: an atomic scale modeling tool box
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
writedata.F90 File Reference

Export curve data using data received from C. More...

Go to the source code of this file.

Functions/Subroutines

character(len=35) function ylegend (job, nleg, idl)
 
character(len=65) function xlegend (job, nleg, idl, cdc)
 
subroutine prep_file (scf, sfi, tfile, scalex, scaley, mdc, rdc, idc)
 
subroutine append_to_file (ndata, xdata, ydata, mdc, tdata, rdc, idc, tfile, nfile, afile, lcname, cstring)
 
subroutine save_to_file (scf, sfi, ndata, xdata, ydata, scalex, scaley, tdata, mdc, rdc, idc, tfile, lcname, cstring)
 

Detailed Description

Export curve data using data received from C.

Author
Sébastien Le Roux sebas.nosp@m.tien.nosp@m..lero.nosp@m.ux@i.nosp@m.pcms..nosp@m.unis.nosp@m.tra.f.nosp@m.r

Definition in file writedata.F90.

Function/Subroutine Documentation

◆ append_to_file()

subroutine append_to_file ( integer (kind=c_int), intent(in) ndata,
real (kind=c_double), dimension(ndata), intent(in) xdata,
real (kind=c_double), dimension(ndata), intent(in) ydata,
real (kind=c_double), intent(in) mdc,
integer (kind=c_int), intent(in) tdata,
integer (kind=c_int), intent(in) rdc,
integer (kind=c_int), intent(in) idc,
integer (kind=c_int), intent(in) tfile,
integer (kind=c_int), intent(in) nfile,
integer (kind=c_int), intent(in) afile,
integer (kind=c_int), intent(in) lcname,
character (kind=c_char), dimension(*), intent(in) cstring )

Definition at line 815 of file writedata.F90.

◆ prep_file()

subroutine prep_file ( integer (kind=c_int), intent(in) scf,
character (kind=c_char), dimension(*), intent(in) sfi,
integer (kind=c_int), intent(in) tfile,
integer (kind=c_int), intent(in) scalex,
integer (kind=c_int), intent(in) scaley,
real (kind=c_double), intent(in) mdc,
integer (kind=c_int), intent(in) rdc,
integer (kind=c_int), intent(in) idc )

Definition at line 753 of file writedata.F90.

◆ save_to_file()

subroutine save_to_file ( integer (kind=c_int), intent(in) scf,
character (kind=c_char), dimension(*), intent(in) sfi,
integer (kind=c_int), intent(in) ndata,
real (kind=c_double), dimension(ndata), intent(in) xdata,
real (kind=c_double), dimension(ndata), intent(in) ydata,
integer (kind=c_int), intent(in) scalex,
integer (kind=c_int), intent(in) scaley,
integer (kind=c_int), intent(in) tdata,
real (kind=c_double), intent(in) mdc,
integer (kind=c_int), intent(in) rdc,
integer (kind=c_int), intent(in) idc,
integer (kind=c_int), intent(in) tfile,
integer (kind=c_int), intent(in) lcname,
character (kind=c_char), dimension(*), intent(in) cstring )

Definition at line 887 of file writedata.F90.

◆ xlegend()

character (len=65) function xlegend ( integer, intent(in) job,
integer, intent(in) nleg,
integer, intent(in) idl,
double precision, intent(in) cdc )

Definition at line 683 of file writedata.F90.

◆ ylegend()

character (len=35) function ylegend ( integer, intent(in) job,
integer, intent(in) nleg,
integer, intent(in) idl )

Definition at line 21 of file writedata.F90.