mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
documented new optional slength argument to GetSelectedOutputValue
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@10770 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
bd84d2a56f
commit
e04d06e1af
18
IPhreeqc.h
18
IPhreeqc.h
@ -1146,14 +1146,15 @@ Headings
|
|||||||
* @htmlonly
|
* @htmlonly
|
||||||
* <CODE>
|
* <CODE>
|
||||||
* <PRE>
|
* <PRE>
|
||||||
* FUNCTION GetSelectedOutputValue(ID,ROW,COL,VTYPE,DVALUE,SVALUE)
|
* FUNCTION GetSelectedOutputValue(ID,ROW,COL,VTYPE,DVALUE,SVALUE,SLENGTH)
|
||||||
* INTEGER(KIND=4), INTENT(IN) :: ID
|
* INTEGER(KIND=4), INTENT(IN) :: ID
|
||||||
* INTEGER(KIND=4), INTENT(IN) :: ROW
|
* INTEGER(KIND=4), INTENT(IN) :: ROW
|
||||||
* INTEGER(KIND=4), INTENT(IN) :: COL
|
* INTEGER(KIND=4), INTENT(IN) :: COL
|
||||||
* INTEGER(KIND=4), INTENT(OUT) :: VTYPE
|
* INTEGER(KIND=4), INTENT(OUT) :: VTYPE
|
||||||
* REAL(KIND=8), INTENT(OUT) :: DVALUE
|
* REAL(KIND=8), INTENT(OUT) :: DVALUE
|
||||||
* CHARACTER(LEN=*), INTENT(OUT) :: SVALUE
|
* CHARACTER(LEN=*), INTENT(OUT) :: SVALUE
|
||||||
* INTEGER(KIND=4) :: GetSelectedOutputValue
|
* INTEGER(KIND=4), INTENT(OUT), OPTIONAL :: SLENGTH
|
||||||
|
* INTEGER(KIND=4) :: GetSelectedOutputValue
|
||||||
* END FUNCTION GetSelectedOutputValue
|
* END FUNCTION GetSelectedOutputValue
|
||||||
* </PRE>
|
* </PRE>
|
||||||
* </CODE>
|
* </CODE>
|
||||||
@ -1164,6 +1165,7 @@ Headings
|
|||||||
* @param VTYPE Returns the variable type. See @ref VAR_TYPE.
|
* @param VTYPE Returns the variable type. See @ref VAR_TYPE.
|
||||||
* @param DVALUE Returns the numeric value when (VTYPE=@ref TT_DOUBLE) or (VTYPE=@ref TT_LONG).
|
* @param DVALUE Returns the numeric value when (VTYPE=@ref TT_DOUBLE) or (VTYPE=@ref TT_LONG).
|
||||||
* @param SVALUE Returns the string variable when (VTYPE=@ref TT_STRING). When (VTYPE=@ref TT_DOUBLE) or (VTYPE=@ref TT_LONG) this variable is filled with a string equivalent of DVALUE.
|
* @param SVALUE Returns the string variable when (VTYPE=@ref TT_STRING). When (VTYPE=@ref TT_DOUBLE) or (VTYPE=@ref TT_LONG) this variable is filled with a string equivalent of DVALUE.
|
||||||
|
* @param SLENGTH Optional, if the length of SVALUE isn't sufficient to hold the entire string value, returns the required length, otherwise returns 0 (zero).
|
||||||
* @anchor GetSelectedOutputValue_c
|
* @anchor GetSelectedOutputValue_c
|
||||||
* @par C Example:
|
* @par C Example:
|
||||||
* @include GetSelectedOutputValue.c
|
* @include GetSelectedOutputValue.c
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user