Added comparison to phreeqc

git-svn-id: svn://136.177.114.72/svn_GW/phreeqcpp/trunk@2765 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
David L Parkhurst 2008-03-21 20:31:40 +00:00
parent 062f9967aa
commit f8e54fd93e

View File

@ -116,3 +116,10 @@ zero:
./zero.sed $$FILE; \
fi \
done;
diff_phreeqc:
for FILE in ex*.out ex*.sel; \
do \
echo $$FILE; \
diff -bw $$FILE ../../phreeqc/examples; \
done;