mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
added examples for GetSelectedOutputValue
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4454 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
5701f87232
commit
c104a6e41c
@ -680,6 +680,13 @@ Headings
|
||||
* @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 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.
|
||||
* \anchor GetSelectedOutputValue_c
|
||||
* @par C Example:
|
||||
* \include GetSelectedOutputValue.c
|
||||
*
|
||||
* \anchor F90GetSelectedOutputValue_f90
|
||||
* @par Fortran90 Example:
|
||||
* \include F90GetSelectedOutputValue.f90
|
||||
*/
|
||||
IPQ_DLL_EXPORT IPQ_RESULT GetSelectedOutputValue(int id, int row, int col, VAR* pVAR);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user