mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
Fixed formatting for temperature of Specific Conductance.
Added test cases missing_surf_related_equi, missing_surf_related_kin, and SC_temp. git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@10641 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
8f51d9279b
commit
a94659326b
@ -2220,11 +2220,12 @@ print_totals(void)
|
||||
EC = calc_SC();
|
||||
if (EC > 0)
|
||||
{
|
||||
output_msg(sformatf("%36s%i%7s%i\n",
|
||||
//output_msg(sformatf("%36s%i%7s%i\n",
|
||||
output_msg(sformatf("%35s%3.0f%7s%i\n",
|
||||
#ifdef NO_UTF8_ENCODING
|
||||
"Specific Conductance (uS/cm, ", (int) tc_x, "oC) = ", (int) EC));
|
||||
"Specific Conductance (uS/cm, ", tc_x, "oC) = ", (int) EC));
|
||||
#else
|
||||
"Specific Conductance (µS/cm, ", (int) tc_x, "°C) = ", (int) EC));
|
||||
"Specific Conductance (µS/cm, ", tc_x, "°C) = ", (int) EC));
|
||||
#endif
|
||||
}
|
||||
/* VP: Density Start */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user