From e43471a738af044c950538718a6c51945d6f70f4 Mon Sep 17 00:00:00 2001 From: David Parkhurst Date: Mon, 15 Mar 2021 18:21:40 -0600 Subject: [PATCH] vector s_x --- Phreeqc.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Phreeqc.cpp b/Phreeqc.cpp index 68239da3..7d3e4c05 100644 --- a/Phreeqc.cpp +++ b/Phreeqc.cpp @@ -723,10 +723,6 @@ void Phreeqc::init(void) *---------------------------------------------------------------------- */ moles_per_kilogram_string= NULL; pe_string = NULL; - // auto s_diff_layer; - s_x = NULL; - count_s_x = 0; - max_s_x = 0; s_h2o = NULL; s_hplus = NULL; s_h3oplus = NULL;