Skip to content

Commit

Permalink
Added stimela.dat to installer
Browse files Browse the repository at this point in the history
  • Loading branch information
scharlton2 committed Feb 19, 2025
1 parent c129658 commit 4235cca
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ SET(phast_DATABASE
database/PHREEQC_ThermoddemV1.10_15Dec2020.dat
database/pitzer.dat
database/sit.dat
database/stimela.dat
database/Tipping_Hurley.dat
database/wateq4f.dat
)
Expand Down
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ DATABASE=\
database/PHREEQC_ThermoddemV1.10_15Dec2020.dat\
database/pitzer.dat\
database/sit.dat\
database/stimela.dat\
database/Tipping_Hurley.dat\
database/wateq4f.dat
3 changes: 3 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ D.1. Installing the Windows batch versions of PHAST
PHREEQC_ThermoddemV1.10_15Dec2020.dat
pitzer.dat
sit.dat
stimela.dat
Tipping_Hurley.dat
wateq4f.dat
\doc Published reports.
Expand Down Expand Up @@ -267,6 +268,7 @@ Follow the steps below to extract the files from a distribution tar file.
PHREEQC_ThermoddemV1.10_15Dec2020.dat
pitzer.dat
sit.dat
stimela.dat
Tipping_Hurley.dat
wateq4f.dat
/doc Documentation files
Expand Down Expand Up @@ -391,6 +393,7 @@ E.8. Install the program.
PHREEQC_ThermoddemV1.10_15Dec2020.dat
pitzer.dat
sit.dat
stimela.dat
Tipping_Hurley.dat
wateq4f.dat

Expand Down
4 changes: 4 additions & 0 deletions msi/database.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<ComponentRef Id="PHREEQC_ThermoddemV1.10_15Dec2020.dat" />
<ComponentRef Id="pitzer.dat" />
<ComponentRef Id="sit.dat" />
<ComponentRef Id="stimela.dat" />
<ComponentRef Id="Tipping_Hurley.dat" />
<ComponentRef Id="wateq4f.dat" />
</ComponentGroup>
Expand Down Expand Up @@ -77,6 +78,9 @@
<Component Id="sit.dat" Guid="*">
<File Id="sit.dat" KeyPath="yes" Source="$(var.DbDir)\sit.dat" />
</Component>
<Component Id="stimela.dat" Guid="*">
<File Id="stimela.dat" KeyPath="yes" Source="$(var.DbDir)\stimela.dat" />
</Component>
<Component Id="Tipping_Hurley.dat" Guid="*">
<File Id="Tipping_Hurley.dat" KeyPath="yes" Source="$(var.DbDir)\Tipping_Hurley.dat" />
</Component>
Expand Down

0 comments on commit 4235cca

Please sign in to comment.