changed return values for GetXXXOn functions to LOGICAL

git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4366 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2010-05-11 02:19:31 +00:00
parent 25e8afb4b2
commit 8ef74b1b0e

View File

@ -48,15 +48,15 @@ C
INTEGER(KIND=4) GetComponentCount
INTEGER(KIND=4) GetDumpLine
INTEGER(KIND=4) GetDumpLineCount
INTEGER(KIND=4) GetDumpOn
INTEGER(KIND=4) GetDumpStringOn
LOGICAL(KIND=4) GetDumpOn
LOGICAL(KIND=4) GetDumpStringOn
INTEGER(KIND=4) GetErrorLine
INTEGER(KIND=4) GetErrorLineCount
INTEGER(KIND=4) GetErrorOn
INTEGER(KIND=4) GetLogOn
LOGICAL(KIND=4) GetErrorOn
LOGICAL(KIND=4) GetLogOn
LOGICAL(KIND=4) GetOutputOn
INTEGER(KIND=4) GetSelectedOutputColumnCount
INTEGER(KIND=4) GetSelectedOutputOn
LOGICAL(KIND=4) GetSelectedOutputOn
INTEGER(KIND=4) GetSelectedOutputRowCount
INTEGER(KIND=4) GetSelectedOutputValue
INTEGER(KIND=4) GetWarningLine