mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +01:00
added extra directory to pass check
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8465 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
624b99370e
commit
f69c37206a
@ -34,9 +34,9 @@ Maintainer: Scott Charlton \email{charlton@usgs.gov}
|
||||
%% ~~objects to See Also as \code{\link{help}}, ~~~
|
||||
}
|
||||
\examples{
|
||||
# This example runs the ex2 input file and echos the list of components.
|
||||
phrLoadDatabase("phreeqc.dat")
|
||||
phrRunFile("ex2")
|
||||
# This example runs the ex2 input file and echos the list of components.
|
||||
phrLoadDatabase("phreeqc/phreeqc.dat")
|
||||
phrRunFile("phreeqc/ex2")
|
||||
cat("components:\n")
|
||||
for (c in phrGetComponentList()) {
|
||||
cat(c, "\n")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user