mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +01:00
added put$ and get$ Basic functions. Added test cases get_put_ to test get$ and put$. Added kinetic_rates_carbfix to use new database kinec.v2.dat. Fixed pad$ to use strexpr.
This commit is contained in:
parent
543816f065
commit
de06166d14
10
RELEASE.TXT
10
RELEASE.TXT
@ -1,5 +1,15 @@
|
||||
Version @PHREEQC_VER@: @PHREEQC_DATE@
|
||||
|
||||
-----------------
|
||||
April 21, 2024
|
||||
-----------------
|
||||
PHREEQC: Added Basic functions GET$ and PUT$. They are are the same as
|
||||
GET and PUT, except the first argument is a character string. You may
|
||||
one or more indices as needed to identify the value that is put or
|
||||
gotten.
|
||||
|
||||
PUT$("MgCl2", 1, 1, 1)
|
||||
x$ = GET$(1, 1, 1)
|
||||
|
||||
-----------------
|
||||
April 19, 2024
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user