mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
converted ISO-8859 to UTF-8
This commit is contained in:
parent
e14af179c7
commit
398094f99b
@ -2160,7 +2160,7 @@ void TestIPhreeqc::TestSetOutputFileName(void)
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Mass of water (kg) = ") != NULL );
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Total alkalinity (eq/kg) = ") != NULL );
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Total CO2 (mol/kg) = ") != NULL );
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Temperature (°C) = ") != NULL );
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Temperature (°C) = ") != NULL );
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Electrical balance (eq) = ") != NULL );
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Percent error, 100*(Cat-|An|)/(Cat+|An|) = ") != NULL );
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Iterations = ") != NULL );
|
||||
@ -2170,7 +2170,7 @@ void TestIPhreeqc::TestSetOutputFileName(void)
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), "----------------------------Distribution of species----------------------------") != NULL );
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), "") != NULL );
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Log Log Log mole V") != NULL );
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Species Molality Activity Molality Activity Gamma cm³/mol") != NULL );
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Species Molality Activity Molality Activity Gamma cm³/mol") != NULL );
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), "") != NULL );
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " OH- ") != NULL );
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " H+ ") != NULL );
|
||||
|
||||
@ -2464,7 +2464,7 @@ void TestIPhreeqcLib::TestSetOutputFileName(void)
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Mass of water (kg) = ") != NULL );
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Total alkalinity (eq/kg) = ") != NULL );
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Total CO2 (mol/kg) = ") != NULL );
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Temperature (°C) = ") != NULL );
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Temperature (°C) = ") != NULL );
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Electrical balance (eq) = ") != NULL );
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Percent error, 100*(Cat-|An|)/(Cat+|An|) = ") != NULL );
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Iterations = ") != NULL );
|
||||
@ -2474,7 +2474,7 @@ void TestIPhreeqcLib::TestSetOutputFileName(void)
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), "----------------------------Distribution of species----------------------------") != NULL );
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), "") != NULL );
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Log Log Log mole V") != NULL );
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Species Molality Activity Molality Activity Gamma cm³/mol") != NULL );
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " Species Molality Activity Molality Activity Gamma cm³/mol") != NULL );
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), "") != NULL );
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " OH- ") != NULL );
|
||||
CPPUNIT_ASSERT( ::strstr(lines[line++].c_str(), " H+ ") != NULL );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user