GWtool
Gravitational-wave tool
 All Classes Files Functions Variables Pages
Public Member Functions | List of all members
routines Module Reference

Public Member Functions

subroutine write_floats (op, array)
 Write a (number of) injection xml floating-point data values to file. More...
 
subroutine write_ints (op, array)
 Write a (number of) injection xml integer data values to file. More...
 
subroutine write_string (op, string, comma)
 Write an injection xml character data value to file. More...
 

Detailed Description

Definition at line 51 of file gw_ligo_mcmc_injection.f90.

Member Function/Subroutine Documentation

subroutine routines::write_floats ( integer, intent(in)  op,
real(double), dimension(:), intent(in)  array 
)

Write a (number of) injection xml floating-point data values to file.

Parameters
opOutput unit
arrayArray of floating-point values to write

Definition at line 62 of file gw_ligo_mcmc_injection.f90.

Referenced by write_xml_content_stream().

subroutine routines::write_ints ( integer, intent(in)  op,
integer(long), dimension(:), intent(in)  array 
)

Write a (number of) injection xml integer data values to file.

Parameters
opOutput unit
arrayArray of integer values to write

Definition at line 88 of file gw_ligo_mcmc_injection.f90.

Referenced by write_xml_content_stream().

subroutine routines::write_string ( integer, intent(in)  op,
character, dimension(*), intent(in)  string,
logical, intent(in), optional  comma 
)

Write an injection xml character data value to file.

Parameters
opOutput unit
stringCharacter string to write
commaWrite comma after entry?

Definition at line 110 of file gw_ligo_mcmc_injection.f90.

Referenced by write_xml_content_stream().


The documentation for this module was generated from the following file: