removed extra parens

git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8597 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2014-03-26 00:47:49 +00:00
parent 0a87c1d578
commit d590096443

View File

@ -1460,7 +1460,7 @@ function(filename)
##'
##' # run input
##' phrRunString(input)
##' cat(paste("see", phrGetOutputFileName(), ".")
##' cat(paste("see", phrGetOutputFileName(), "."))
##'
phrRunString =
function(input)