mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +01:00
working on documentation examples
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/ErrorHandling@6105 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
5a2014c6b2
commit
1ce85992bc
@ -9,6 +9,11 @@ PROGRAM example
|
||||
STOP
|
||||
END IF
|
||||
|
||||
IF (SetSelectedOutputStringOn(id, .TRUE.).NE.IPQ_OK) THEN
|
||||
CALL OutputErrorString(id)
|
||||
STOP
|
||||
END IF
|
||||
|
||||
IF (LoadDatabase(id, "phreeqc.dat").NE.0) THEN
|
||||
CALL OutputErrorString(id)
|
||||
STOP
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user