Skip to content

Commit 8391bf0

Browse files
authored
Merge pull request #92 from dlparkhurst/mix_error
Mix error
2 parents 74cdaf0 + f3535fd commit 8391bf0

File tree

5 files changed

+2171
-8
lines changed

5 files changed

+2171
-8
lines changed

database/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ set(phreeqc_DATABASE
1616
phreeqc.dat
1717
pitzer.dat
1818
sit.dat
19+
stimela.dat
1920
Tipping_Hurley.dat
2021
wateq4f.dat
2122
)

database/Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ DATABASE=\
2424
phreeqc.dat\
2525
pitzer.dat\
2626
sit.dat\
27+
stimela.dat\
2728
Tipping_Hurley.dat\
2829
wateq4f.dat

0 commit comments

Comments
 (0)