mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
set but not used
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8826 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
4292284364
commit
b3cff55ac9
@ -255,7 +255,7 @@ void CSelectedOutput::Serialize(
|
|||||||
doubles.clear();
|
doubles.clear();
|
||||||
strings.clear();
|
strings.clear();
|
||||||
|
|
||||||
size_t nrows = this->m_nRowCount;
|
// size_t nrows = this->m_nRowCount;
|
||||||
size_t ncols = this->m_vecVarHeadings.size();
|
size_t ncols = this->m_vecVarHeadings.size();
|
||||||
|
|
||||||
longs.push_back((long) 1);
|
longs.push_back((long) 1);
|
||||||
|
|||||||
@ -52,7 +52,7 @@ IPhreeqc::IPhreeqc(void)
|
|||||||
mutex_lock(&map_lock);
|
mutex_lock(&map_lock);
|
||||||
this->Index = IPhreeqc::InstancesIndex++;
|
this->Index = IPhreeqc::InstancesIndex++;
|
||||||
std::map<size_t, IPhreeqc*>::value_type instance(this->Index, this);
|
std::map<size_t, IPhreeqc*>::value_type instance(this->Index, this);
|
||||||
std::pair<std::map<size_t, IPhreeqc*>::iterator, bool> pr = IPhreeqc::Instances.insert(instance);
|
/*std::pair<std::map<size_t, IPhreeqc*>::iterator, bool> pr = */IPhreeqc::Instances.insert(instance);
|
||||||
mutex_unlock(&map_lock);
|
mutex_unlock(&map_lock);
|
||||||
|
|
||||||
this->SelectedOutputStringOn[1] = false;
|
this->SelectedOutputStringOn[1] = false;
|
||||||
@ -1164,13 +1164,13 @@ void IPhreeqc::do_run(const char* sz_routine, std::istream* pis, PFN_PRERUN_CALL
|
|||||||
#endif
|
#endif
|
||||||
::sprintf(token, "Reading input data for simulation %d.", this->PhreeqcPtr->simulation);
|
::sprintf(token, "Reading input data for simulation %d.", this->PhreeqcPtr->simulation);
|
||||||
|
|
||||||
bool save_punch_in = this->PhreeqcPtr->SelectedOutput_map.size() > 0;
|
// bool save_punch_in = this->PhreeqcPtr->SelectedOutput_map.size() > 0;
|
||||||
|
|
||||||
this->PhreeqcPtr->dup_print(token, TRUE);
|
this->PhreeqcPtr->dup_print(token, TRUE);
|
||||||
if (this->PhreeqcPtr->read_input() == EOF)
|
if (this->PhreeqcPtr->read_input() == EOF)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
bool bWarning = false;
|
// bool bWarning = false;
|
||||||
std::map< int, SelectedOutput >::iterator mit = this->PhreeqcPtr->SelectedOutput_map.begin();
|
std::map< int, SelectedOutput >::iterator mit = this->PhreeqcPtr->SelectedOutput_map.begin();
|
||||||
for (; mit != this->PhreeqcPtr->SelectedOutput_map.end(); ++mit)
|
for (; mit != this->PhreeqcPtr->SelectedOutput_map.end(); ++mit)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user