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:
Scott R Charlton 2012-01-24 04:58:12 +00:00
parent 01bdb454be
commit 0696a2bd99
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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