mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +01:00
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:
parent
564ee782ad
commit
8d81109897
@ -20,6 +20,7 @@
|
|||||||
END FUNCTION CreateIPhreeqc
|
END FUNCTION CreateIPhreeqc
|
||||||
END INTERFACE
|
END INTERFACE
|
||||||
|
|
||||||
|
|
||||||
INTERFACE
|
INTERFACE
|
||||||
FUNCTION LoadDatabase(ID,FILENAME)
|
FUNCTION LoadDatabase(ID,FILENAME)
|
||||||
INTEGER(KIND=4) :: ID
|
INTEGER(KIND=4) :: ID
|
||||||
|
|||||||
@ -23,6 +23,8 @@ compile fortran with:
|
|||||||
#define GetSelectedOutputColumnCountF getselectedoutputcolumncountf_
|
#define GetSelectedOutputColumnCountF getselectedoutputcolumncountf_
|
||||||
#define GetSelectedOutputRowCountF getselectedoutputrowcountf_
|
#define GetSelectedOutputRowCountF getselectedoutputrowcountf_
|
||||||
#define GetSelectedOutputValueF getselectedoutputvaluef_
|
#define GetSelectedOutputValueF getselectedoutputvaluef_
|
||||||
|
#define GetWarningLineCountF getwarninglinecountf
|
||||||
|
#define GetWarningLineF getwarninglinef
|
||||||
#define LoadDatabaseF loaddatabasef_
|
#define LoadDatabaseF loaddatabasef_
|
||||||
#define LoadDatabaseStringF loaddatabasestringf_
|
#define LoadDatabaseStringF loaddatabasestringf_
|
||||||
#define OutputLastErrorF outputlasterrorf_
|
#define OutputLastErrorF outputlasterrorf_
|
||||||
|
|||||||
@ -25,6 +25,8 @@
|
|||||||
CALL OutputLastError(id)
|
CALL OutputLastError(id)
|
||||||
STOP
|
STOP
|
||||||
ENDIF
|
ENDIF
|
||||||
|
|
||||||
|
iresult = GetWarningLineCount(id)
|
||||||
|
|
||||||
!!!! DO 45 k=1,10
|
!!!! DO 45 k=1,10
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user