From 07ca09cc70be462d50f815fd3c0ef799c2f74154 Mon Sep 17 00:00:00 2001
From: renchao_lu <renchao.lu@gmail.com>
Date: Fri, 12 Mar 2021 01:23:17 +0100
Subject: [PATCH] [CL] remove default setting.

---
 ChemistryLib/PhreeqcIO.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ChemistryLib/PhreeqcIO.h b/ChemistryLib/PhreeqcIO.h
index fd60282ab42..cac0fc918dd 100644
--- a/ChemistryLib/PhreeqcIO.h
+++ b/ChemistryLib/PhreeqcIO.h
@@ -81,7 +81,7 @@ public:
     std::string const _phreeqc_input_file;
 
 private:
-    void writeInputsToFile(double const dt = 0);
+    void writeInputsToFile(double const dt);
 
     void execute();
 
-- 
GitLab