mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +01:00
updated
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8461 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
ab4dd5a7c3
commit
b295df937d
2
R/R.cpp
2
R/R.cpp
@ -555,7 +555,7 @@ getCol(int ncol)
|
||||
for (r = 1; r < rows; ++r) {
|
||||
VarInit(&vv);
|
||||
s_iphreeqc.GetSelectedOutputValue(r, ncol, &vv);
|
||||
if (vv.dVal == -999.999) {
|
||||
if (vv.dVal == -999.999 || vv.dVal == -99.) {
|
||||
REAL(ans)[r-1] = NA_REAL;
|
||||
}
|
||||
else {
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
Accumlulate line(s) for input to phreeqc.
|
||||
}
|
||||
\description{
|
||||
Appends a line of text to the input buffer to be run using \code{\link{phrRunAccumulated}}.
|
||||
Appends a line of text to the input buffer in order to be run using \code{\link{phrRunAccumulated}}.
|
||||
}
|
||||
\usage{
|
||||
phrAccumulateLine(line)
|
||||
@ -20,14 +20,10 @@ The line(s) to add for input to phreeqc.
|
||||
%% ~~ If necessary, more details than the description above ~~
|
||||
}
|
||||
\value{
|
||||
%% ~Describe the value returned
|
||||
%% If it is a LIST, use
|
||||
%% \item{comp1 }{Description of 'comp1'}
|
||||
%% \item{comp2 }{Description of 'comp2'}
|
||||
%% ...
|
||||
This function returns NULL.
|
||||
}
|
||||
\references{
|
||||
\url{http://wwwbrr.cr.usgs.gov/projects/GWC_coupled/phreeqc/index.html}
|
||||
\url{http://wwwbrr.cr.usgs.gov/projects/GWC_coupled/phreeqc}
|
||||
}
|
||||
\author{
|
||||
David Parkhurst \email{dlpark@usgs.gov}\cr
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user