OpenCMISS-Iron Internal API Documentation
input_output::write_string_two_value Interface Reference

Write a string, value, string then a value to a given output stream. More...

Private Member Functions

subroutine write_string_two_value_c_c (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted character FIRST_VALUE and the the SECOND_STRING followed by a formatted character SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_c_dp (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted character FIRST_VALUE and the the SECOND_STRING followed by a formatted double precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_c_intg (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted character FIRST_VALUE and the the SECOND_STRING followed by a formatted integer SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_c_l (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted character FIRST_VALUE and the the SECOND_STRING followed by a formatted logical SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_c_sp (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted character FIRST_VALUE and the the SECOND_STRING followed by a formatted single precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_c_vs (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted character FIRST_VALUE and the the SECOND_STRING followed by a formatted varying string SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_dp_c (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted double precision FIRST_VALUE and the the SECOND_STRING followed by a formatted character SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_dp_dp (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted double precision FIRST_VALUE and the the SECOND_STRING followed by a formatted double precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_dp_intg (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted double precision FIRST_VALUE and the the SECOND_STRING followed by a formatted integer SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_dp_l (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted double precision FIRST_VALUE and the the SECOND_STRING followed by a formatted logical SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_dp_sp (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted double precision FIRST_VALUE and the the SECOND_STRING followed by a formatted single precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_dp_vs (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted double precision FIRST_VALUE and the the SECOND_STRING followed by a formatted single precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_intg_c (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted integer FIRST_VALUE and the the SECOND_STRING followed by a formatted character SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_intg_dp (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted integer FIRST_VALUE and the the SECOND_STRING followed by a formatted double precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_intg_intg (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted integer FIRST_VALUE and the the SECOND_STRING followed by a formatted integer SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_intg_l (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted integer FIRST_VALUE and the the SECOND_STRING followed by a formatted logical SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_intg_sp (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted integer FIRST_VALUE and the the SECOND_STRING followed by a formatted single precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_intg_vs (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted integer FIRST_VALUE and the the SECOND_STRING followed by a formatted single precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_l_c (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted logical FIRST_VALUE and the the SECOND_STRING followed by a formatted character SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_l_dp (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted logical FIRST_VALUE and the the SECOND_STRING followed by a formatted double precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_l_intg (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted logical FIRST_VALUE and the the SECOND_STRING followed by a formatted integer SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_l_l (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted logical FIRST_VALUE and the the SECOND_STRING followed by a formatted logical SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_l_sp (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted logical FIRST_VALUE and the the SECOND_STRING followed by a formatted single precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_l_vs (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted logical FIRST_VALUE and the the SECOND_STRING followed by a formatted single precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_sp_c (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted single precision FIRST_VALUE and the the SECOND_STRING followed by a formatted character SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_sp_dp (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted single precision FIRST_VALUE and the the SECOND_STRING followed by a formatted double precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_sp_intg (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted single precision FIRST_VALUE and the the SECOND_STRING followed by a formatted integer SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_sp_l (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted single precision FIRST_VALUE and the the SECOND_STRING followed by a formatted logical SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_sp_sp (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted single precision FIRST_VALUE and the the SECOND_STRING followed by a formatted single precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_sp_vs (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted single precision FIRST_VALUE and the the SECOND_STRING followed by a formatted single precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_vs_c (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted varying string FIRST_VALUE and the the SECOND_STRING followed by a formatted character SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_vs_dp (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted varying string FIRST_VALUE and the the SECOND_STRING followed by a formatted double precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_vs_intg (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted varying string FIRST_VALUE and the the SECOND_STRING followed by a formatted integer SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_vs_l (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted varying string FIRST_VALUE and the the SECOND_STRING followed by a formatted logical SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_vs_sp (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted varying string FIRST_VALUE and the the SECOND_STRING followed by a formatted single precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 
subroutine write_string_two_value_vs_vs (ID, FIRST_STRING, FIRST_VALUE, SECOND_STRING, SECOND_VALUE, ERR, ERROR,)
 Writes the FIRST_STRING followed by a formatted varying string FIRST_VALUE and the the SECOND_STRING followed by a formatted varying string SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values. More...
 

Detailed Description

Write a string, value, string then a value to a given output stream.

Definition at line 108 of file input_output.f90.

Member Function/Subroutine Documentation

subroutine input_output::write_string_two_value::write_string_two_value_c_c ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
character(len=*), intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
character(len=*), intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted character FIRST_VALUE and the the SECOND_STRING followed by a formatted character SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 625 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_c_dp ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
character(len=*), intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
real(dp), intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted character FIRST_VALUE and the the SECOND_STRING followed by a formatted double precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 656 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_c_intg ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
character(len=*), intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
integer(intg), intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted character FIRST_VALUE and the the SECOND_STRING followed by a formatted integer SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 688 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_c_l ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
character(len=*), intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
logical, intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted character FIRST_VALUE and the the SECOND_STRING followed by a formatted logical SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 720 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_c_sp ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
character(len=*), intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
real(sp), intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted character FIRST_VALUE and the the SECOND_STRING followed by a formatted single precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 751 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_c_vs ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
character(len=*), intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
type(varying_string), intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted character FIRST_VALUE and the the SECOND_STRING followed by a formatted varying string SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 783 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_dp_c ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
real(dp), intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
character(len=*), intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted double precision FIRST_VALUE and the the SECOND_STRING followed by a formatted character SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 814 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_dp_dp ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
real(dp), intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
real(dp), intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted double precision FIRST_VALUE and the the SECOND_STRING followed by a formatted double precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 846 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_dp_intg ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
real(dp), intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
integer(intg), intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted double precision FIRST_VALUE and the the SECOND_STRING followed by a formatted integer SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 882 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_dp_l ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
real(dp), intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
logical, intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted double precision FIRST_VALUE and the the SECOND_STRING followed by a formatted logical SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 918 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_dp_sp ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
real(dp), intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
real(sp), intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted double precision FIRST_VALUE and the the SECOND_STRING followed by a formatted single precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 953 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_dp_vs ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
real(dp), intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
type(varying_string), intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted double precision FIRST_VALUE and the the SECOND_STRING followed by a formatted single precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 989 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_intg_c ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
integer(intg), intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
character(len=*), intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted integer FIRST_VALUE and the the SECOND_STRING followed by a formatted character SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 1021 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_intg_dp ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
integer(intg), intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
real(dp), intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted integer FIRST_VALUE and the the SECOND_STRING followed by a formatted double precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 1053 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_intg_intg ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
integer(intg), intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
integer(intg), intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted integer FIRST_VALUE and the the SECOND_STRING followed by a formatted integer SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 1089 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_intg_l ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
integer(intg), intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
logical, intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted integer FIRST_VALUE and the the SECOND_STRING followed by a formatted logical SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 1125 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_intg_sp ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
integer(intg), intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
real(sp), intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted integer FIRST_VALUE and the the SECOND_STRING followed by a formatted single precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 1160 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_intg_vs ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
integer(intg), intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
type(varying_string), intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted integer FIRST_VALUE and the the SECOND_STRING followed by a formatted single precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 1196 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_l_c ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
logical, intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
character(len=*), intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted logical FIRST_VALUE and the the SECOND_STRING followed by a formatted character SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 1228 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_l_dp ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
logical, intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
real(dp), intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted logical FIRST_VALUE and the the SECOND_STRING followed by a formatted double precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 1260 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_l_intg ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
logical, intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
integer(intg), intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted logical FIRST_VALUE and the the SECOND_STRING followed by a formatted integer SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 1296 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_l_l ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
logical, intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
logical, intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted logical FIRST_VALUE and the the SECOND_STRING followed by a formatted logical SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 1330 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_l_sp ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
logical, intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
real(sp), intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted logical FIRST_VALUE and the the SECOND_STRING followed by a formatted single precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 1365 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_l_vs ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
logical, intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
type(varying_string), intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted logical FIRST_VALUE and the the SECOND_STRING followed by a formatted single precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 1399 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_sp_c ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
real(sp), intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
character(len=*), intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted single precision FIRST_VALUE and the the SECOND_STRING followed by a formatted character SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 1431 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_sp_dp ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
real(sp), intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
real(dp), intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted single precision FIRST_VALUE and the the SECOND_STRING followed by a formatted double precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 1463 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_sp_intg ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
real(sp), intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
integer(intg), intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted single precision FIRST_VALUE and the the SECOND_STRING followed by a formatted integer SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 1499 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_sp_l ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
real(sp), intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
logical, intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted single precision FIRST_VALUE and the the SECOND_STRING followed by a formatted logical SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 1535 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_sp_sp ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
real(sp), intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
real(sp), intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted single precision FIRST_VALUE and the the SECOND_STRING followed by a formatted single precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 1568 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_sp_vs ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
real(sp), intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
type(varying_string), intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted single precision FIRST_VALUE and the the SECOND_STRING followed by a formatted single precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 1604 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_vs_c ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
type(varying_string), intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
character(len=*), intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted varying string FIRST_VALUE and the the SECOND_STRING followed by a formatted character SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 1636 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_vs_dp ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
type(varying_string), intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
real(dp), intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted varying string FIRST_VALUE and the the SECOND_STRING followed by a formatted double precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 1667 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_vs_intg ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
type(varying_string), intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
integer(intg), intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted varying string FIRST_VALUE and the the SECOND_STRING followed by a formatted integer SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 1699 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_vs_l ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
type(varying_string), intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
logical, intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted varying string FIRST_VALUE and the the SECOND_STRING followed by a formatted logical SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 1731 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_vs_sp ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
type(varying_string), intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
real(sp), intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted varying string FIRST_VALUE and the the SECOND_STRING followed by a formatted single precision SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 1762 of file input_output.f90.

subroutine input_output::write_string_two_value::write_string_two_value_vs_vs ( integer(intg), intent(in)  ID,
character(len=*), intent(in)  FIRST_STRING,
type(varying_string), intent(in)  FIRST_VALUE,
character(len=*), intent(in)  SECOND_STRING,
type(varying_string), intent(in)  SECOND_VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the FIRST_STRING followed by a formatted varying string FIRST_VALUE and the the SECOND_STRING followed by a formatted varying string SECOND_VALUE to the given output stream specified by ID. Free format is used to format both values.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[in]first_stringThe first string to be output
[in]first_valueThe first value to be output
[in]second_stringThe second string to be output
[in]second_valueThe second value to be output
[out]errThe error code
[out]errorThe error string

Definition at line 1794 of file input_output.f90.