Skip to content
Snippets Groups Projects
Commit 196a22f9 authored by Marco De Lucia's avatar Marco De Lucia
Browse files

minor changes in DataBase

parent 3cf65634
No related branches found
No related tags found
1 merge request!2Bumped to 0.3.3; fixed AddProp, removed all references to "ListInfo",...
## Functions for manipulating PHREEQC databases ## Functions for manipulating PHREEQC databases
### Marco De Lucia, delucia@gfz-potsdam.de, 2009-2018 ### Marco De Lucia, delucia@gfz-potsdam.de, 2009-2021
### Time-stamp: "Last modified 2018-05-03 17:23:09 delucia" ### Time-stamp: "Last modified 2021-04-28 18:39:07 delucia"
##' @title Finds the expression of a logK of a given compound/mineral ##' @title Finds the expression of a logK of a given compound/mineral
##' in a PHREEQC database ##' in a PHREEQC database
...@@ -155,7 +155,7 @@ ParseFormula <- function(line, type="all") ...@@ -155,7 +155,7 @@ ParseFormula <- function(line, type="all")
return(out) return(out)
} }
##' @title Find a PURE_PHASE in a database and parses its formula ##' @title Find a PURE_PHASE in a database and parse its formula
##' @param species name of phase to search for ##' @param species name of phase to search for
##' @param db a PHREEQC database (buffer) ##' @param db a PHREEQC database (buffer)
##' @return a list with the components of the formula and the ##' @return a list with the components of the formula and the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment