mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +01:00
working on documentation examples
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/ErrorHandling@6103 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
01bdb454be
commit
0696a2bd99
@ -64,6 +64,7 @@ C
|
||||
INTEGER(KIND=4) GetSelectedOutputColumnCount
|
||||
LOGICAL(KIND=4) GetSelectedOutputFileOn
|
||||
INTEGER(KIND=4) GetSelectedOutputRowCount
|
||||
INTEGER(KIND=4) GetSelectedOutputStringLineCount
|
||||
INTEGER(KIND=4) GetSelectedOutputValue
|
||||
INTEGER(KIND=4) GetWarningStringLine
|
||||
INTEGER(KIND=4) GetWarningStringLineCount
|
||||
|
||||
@ -254,6 +254,14 @@
|
||||
END INTERFACE
|
||||
|
||||
|
||||
INTERFACE
|
||||
FUNCTION GetSelectedOutputStringLineCount(ID)
|
||||
INTEGER(KIND=4), INTENT(IN) :: ID
|
||||
INTEGER(KIND=4) :: GetSelectedOutputStringLineCount
|
||||
END FUNCTION GetSelectedOutputStringLineCount
|
||||
END INTERFACE
|
||||
|
||||
|
||||
INTERFACE
|
||||
FUNCTION GetSelectedOutputValue(ID,ROW,COL,VTYPE,DVALUE,SVALUE)
|
||||
INTEGER(KIND=4), INTENT(IN) :: ID
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user