added GetWarningLineCount GetWarningLine for fortran

git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4229 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2010-04-08 00:37:39 +00:00
parent 564ee782ad
commit 8d81109897
3 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,7 @@
END FUNCTION CreateIPhreeqc
END INTERFACE
INTERFACE
FUNCTION LoadDatabase(ID,FILENAME)
INTEGER(KIND=4) :: ID

View File

@ -23,6 +23,8 @@ compile fortran with:
#define GetSelectedOutputColumnCountF getselectedoutputcolumncountf_
#define GetSelectedOutputRowCountF getselectedoutputrowcountf_
#define GetSelectedOutputValueF getselectedoutputvaluef_
#define GetWarningLineCountF getwarninglinecountf
#define GetWarningLineF getwarninglinef
#define LoadDatabaseF loaddatabasef_
#define LoadDatabaseStringF loaddatabasestringf_
#define OutputLastErrorF outputlasterrorf_

View File

@ -25,6 +25,8 @@
CALL OutputLastError(id)
STOP
ENDIF
iresult = GetWarningLineCount(id)
!!!! DO 45 k=1,10