From 8ef74b1b0eaa9460b1c4fc1e277772c24a81a081 Mon Sep 17 00:00:00 2001 From: Scott R Charlton Date: Tue, 11 May 2010 02:19:31 +0000 Subject: [PATCH] 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 --- include/IPhreeqc.f.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/IPhreeqc.f.inc b/include/IPhreeqc.f.inc index 1f44f6e6..01063379 100644 --- a/include/IPhreeqc.f.inc +++ b/include/IPhreeqc.f.inc @@ -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