Skip to content

Commit

Permalink
fixed ex22 for graphing. Updated RELEASE.TXT
Browse files Browse the repository at this point in the history
  • Loading branch information
dlparkhurst committed Nov 1, 2024
1 parent 5314395 commit 52539b8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/RELEASE.TXT
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Version @PHREEQC_VER@: @PHREEQC_DATE@

-----------------
November 1, 2024
-----------------
Phreeqc: Updated H+ and Br- viscosity in Amm.dat, phreeqc.dat, phreeqc_rates.dat, and pitzer.dat.
Small change to basicsubs.cpp.

-----------------
October 24, 2024
-----------------
Expand Down
12 changes: 12 additions & 0 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,18 @@ configure_file (
"co2.tsv"
)

# co2.dat
configure_file (
"co2.dat"
"co2.dat"
)

# co2_VP.dat
configure_file (
"co2_VP.dat"
"co2_VP.dat"
)

#
# run examples for testing
#
Expand Down

0 comments on commit 52539b8

Please # to comment.