From 0d58080e75184dc9c9020204ae6a2c300d0c7f02 Mon Sep 17 00:00:00 2001 From: "Charlton, Scott R" Date: Tue, 7 May 2024 13:18:27 -0600 Subject: [PATCH] fixed case of Kinec.v2.dat --- CMakeLists.txt | 2 +- Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f9556b98..680d81f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ set(phreeqc_DATABASE frezchem.dat iso.dat llnl.dat - kinec.v2.dat + Kinec.v2.dat minteq.dat minteq.v4.dat phreeqc.dat diff --git a/Makefile.am b/Makefile.am index 571bde55..b16ff718 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,7 @@ DATABASE=\ core10.dat\ frezchem.dat\ iso.dat\ - kinec.v2.dat\ + Kinec.v2.dat\ llnl.dat\ minteq.dat\ minteq.v4.dat\