usgs-coupled / iphreeqc

5 stars 4 forks source link

check ThermoChimie7d_sit_JUNE_2011.dat encoding #13

Open scharlton2 opened 1 year ago

scharlton2 commented 1 year ago

There might be a problem with the following file's encoding: database/SIT/ThermoChimie7d_sit_JUNE_2011.dat

When cloning to ubuntu-22.04.1 git status reports:

On branch develop
Your branch is up to date with 'origin/develop'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
    modified:   database/SIT/ThermoChimie7d_sit_JUNE_2011.dat

no changes added to commit (use "git add" and/or "git commit -a")

git diff yields:

diff --git a/database/SIT/ThermoChimie7d_sit_JUNE_2011.dat b/database/SIT/ThermoChimie7d_sit_JUNE_2011.dat
index 99c2868b..28bbfd9b 100644
--- a/database/SIT/ThermoChimie7d_sit_JUNE_2011.dat
+++ b/database/SIT/ThermoChimie7d_sit_JUNE_2011.dat
@@ -12630,7 +12630,7 @@ Ca5(OH)(PO4)3 = +5.000Ca+2     -7.000H+     +3.000H2(PO4)-     +1.000H2O

 Fluorapatite
 Ca5F(PO4)3 = +5.000Ca+2     -6.000H+     +1.000F-     +3.000H2(PO4)-     
-     log_k    -0.91         #74HAG
+     log_k    -0.91      "  #74HAG
      delta_h  -115.603      kJ/mol        #
      # Enthalpy of formation:             -6842.547     kJ/mol        

git --version yields:

git version 2.34.1