Skip to content

Commit 4235cca

Browse files
committed
Added stimela.dat to installer
1 parent c129658 commit 4235cca

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ SET(phast_DATABASE
112112
database/PHREEQC_ThermoddemV1.10_15Dec2020.dat
113113
database/pitzer.dat
114114
database/sit.dat
115+
database/stimela.dat
115116
database/Tipping_Hurley.dat
116117
database/wateq4f.dat
117118
)

Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ DATABASE=\
3636
database/PHREEQC_ThermoddemV1.10_15Dec2020.dat\
3737
database/pitzer.dat\
3838
database/sit.dat\
39+
database/stimela.dat\
3940
database/Tipping_Hurley.dat\
4041
database/wateq4f.dat

README

+3
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ D.1. Installing the Windows batch versions of PHAST
149149
PHREEQC_ThermoddemV1.10_15Dec2020.dat
150150
pitzer.dat
151151
sit.dat
152+
stimela.dat
152153
Tipping_Hurley.dat
153154
wateq4f.dat
154155
\doc Published reports.
@@ -267,6 +268,7 @@ Follow the steps below to extract the files from a distribution tar file.
267268
PHREEQC_ThermoddemV1.10_15Dec2020.dat
268269
pitzer.dat
269270
sit.dat
271+
stimela.dat
270272
Tipping_Hurley.dat
271273
wateq4f.dat
272274
/doc Documentation files
@@ -391,6 +393,7 @@ E.8. Install the program.
391393
PHREEQC_ThermoddemV1.10_15Dec2020.dat
392394
pitzer.dat
393395
sit.dat
396+
stimela.dat
394397
Tipping_Hurley.dat
395398
wateq4f.dat
396399

msi/database.wxs

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<ComponentRef Id="PHREEQC_ThermoddemV1.10_15Dec2020.dat" />
2020
<ComponentRef Id="pitzer.dat" />
2121
<ComponentRef Id="sit.dat" />
22+
<ComponentRef Id="stimela.dat" />
2223
<ComponentRef Id="Tipping_Hurley.dat" />
2324
<ComponentRef Id="wateq4f.dat" />
2425
</ComponentGroup>
@@ -77,6 +78,9 @@
7778
<Component Id="sit.dat" Guid="*">
7879
<File Id="sit.dat" KeyPath="yes" Source="$(var.DbDir)\sit.dat" />
7980
</Component>
81+
<Component Id="stimela.dat" Guid="*">
82+
<File Id="stimela.dat" KeyPath="yes" Source="$(var.DbDir)\stimela.dat" />
83+
</Component>
8084
<Component Id="Tipping_Hurley.dat" Guid="*">
8185
<File Id="Tipping_Hurley.dat" KeyPath="yes" Source="$(var.DbDir)\Tipping_Hurley.dat" />
8286
</Component>

0 commit comments

Comments
 (0)