Skip to content

Commit

Permalink
Added Kinec_v3.dat to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
scharlton2 committed Aug 23, 2024
1 parent 24c7735 commit ad0b869
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 @@ -102,6 +102,7 @@ SET(phast_DATABASE
database/core10.dat
database/frezchem.dat
database/iso.dat
database/Kinec_v3.dat
database/Kinec.v2.dat
database/llnl.dat
database/minteq.dat
Expand Down
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ DATABASE=\
database/core10.dat\
database/frezchem.dat\
database/iso.dat\
database/Kinec_v3.dat\
database/Kinec.v2.dat\
database/llnl.dat\
database/minteq.dat\
Expand Down
3 changes: 3 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ D.1. Installing the Windows batch versions of PHAST
core10.dat
frezchem.dat
iso.dat
Kinec_v3.dat
Kinec.v2.dat
llnl.dat
minteq.dat
Expand Down Expand Up @@ -256,6 +257,7 @@ Follow the steps below to extract the files from a distribution tar file.
core10.dat
frezchem.dat
iso.dat
Kinec_v3.dat
Kinec.v2.dat
llnl.dat
minteq.dat
Expand Down Expand Up @@ -379,6 +381,7 @@ E.8. Install the program.
core10.dat
frezchem.dat
iso.dat
Kinec_v3.dat
Kinec.v2.dat
llnl.dat
minteq.dat
Expand Down
4 changes: 4 additions & 0 deletions msi/database.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<ComponentRef Id="core10.dat" />
<ComponentRef Id="frezchem.dat" />
<ComponentRef Id="iso.dat" />
<ComponentRef Id="Kinec_v3.dat" />
<ComponentRef Id="Kinec.v2.dat" />
<ComponentRef Id="llnl.dat" />
<ComponentRef Id="minteq.dat" />
Expand Down Expand Up @@ -46,6 +47,9 @@
<Component Id="iso.dat" Guid="*">
<File Id="iso.dat" KeyPath="yes" Source="$(var.DbDir)\iso.dat" />
</Component>
<Component Id="Kinec_v3.dat" Guid="*">
<File Id="Kinec_v3.dat" KeyPath="yes" Source="$(var.DbDir)\Kinec_v3.dat" />
</Component>
<Component Id="Kinec.v2.dat" Guid="*">
<File Id="Kinec.v2.dat" KeyPath="yes" Source="$(var.DbDir)\Kinec.v2.dat" />
</Component>
Expand Down

0 comments on commit ad0b869

Please # to comment.