Commit 4235cca 1 parent c129658 commit 4235cca Copy full SHA for 4235cca
File tree 4 files changed +9
-0
lines changed
4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ SET(phast_DATABASE
112
112
database/PHREEQC_ThermoddemV1.10_15Dec2020.dat
113
113
database/pitzer.dat
114
114
database/sit.dat
115
+ database/stimela.dat
115
116
database/Tipping_Hurley.dat
116
117
database/wateq4f.dat
117
118
)
Original file line number Diff line number Diff line change @@ -36,5 +36,6 @@ DATABASE=\
36
36
database/PHREEQC_ThermoddemV1.10_15Dec2020.dat\
37
37
database/pitzer.dat\
38
38
database/sit.dat\
39
+ database/stimela.dat\
39
40
database/Tipping_Hurley.dat\
40
41
database/wateq4f.dat
Original file line number Diff line number Diff line change @@ -149,6 +149,7 @@ D.1. Installing the Windows batch versions of PHAST
149
149
PHREEQC_ThermoddemV1.10_15Dec2020.dat
150
150
pitzer.dat
151
151
sit.dat
152
+ stimela.dat
152
153
Tipping_Hurley.dat
153
154
wateq4f.dat
154
155
\doc Published reports.
@@ -267,6 +268,7 @@ Follow the steps below to extract the files from a distribution tar file.
267
268
PHREEQC_ThermoddemV1.10_15Dec2020.dat
268
269
pitzer.dat
269
270
sit.dat
271
+ stimela.dat
270
272
Tipping_Hurley.dat
271
273
wateq4f.dat
272
274
/doc Documentation files
@@ -391,6 +393,7 @@ E.8. Install the program.
391
393
PHREEQC_ThermoddemV1.10_15Dec2020.dat
392
394
pitzer.dat
393
395
sit.dat
396
+ stimela.dat
394
397
Tipping_Hurley.dat
395
398
wateq4f.dat
396
399
Original file line number Diff line number Diff line change 19
19
<ComponentRef Id =" PHREEQC_ThermoddemV1.10_15Dec2020.dat" />
20
20
<ComponentRef Id =" pitzer.dat" />
21
21
<ComponentRef Id =" sit.dat" />
22
+ <ComponentRef Id =" stimela.dat" />
22
23
<ComponentRef Id =" Tipping_Hurley.dat" />
23
24
<ComponentRef Id =" wateq4f.dat" />
24
25
</ComponentGroup >
77
78
<Component Id =" sit.dat" Guid =" *" >
78
79
<File Id =" sit.dat" KeyPath =" yes" Source =" $(var.DbDir)\sit.dat" />
79
80
</Component >
81
+ <Component Id =" stimela.dat" Guid =" *" >
82
+ <File Id =" stimela.dat" KeyPath =" yes" Source =" $(var.DbDir)\stimela.dat" />
83
+ </Component >
80
84
<Component Id =" Tipping_Hurley.dat" Guid =" *" >
81
85
<File Id =" Tipping_Hurley.dat" KeyPath =" yes" Source =" $(var.DbDir)\Tipping_Hurley.dat" />
82
86
</Component >
You can’t perform that action at this time.
0 commit comments