git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8461 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2014-02-07 06:53:08 +00:00
parent ab4dd5a7c3
commit b295df937d
2 changed files with 4 additions and 8 deletions

View File

@ -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 {

View File

@ -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