mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
minor cleanup
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/multi_punch@7949 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
0d17c9fc81
commit
187f8598b3
@ -334,7 +334,7 @@ int IPhreeqc::GetSelectedOutputColumnCount(void)const
|
|||||||
|
|
||||||
const char* IPhreeqc::GetSelectedOutputFileName(void)const
|
const char* IPhreeqc::GetSelectedOutputFileName(void)const
|
||||||
{
|
{
|
||||||
static char* empty = "";
|
static const char* empty = "";
|
||||||
std::map< int, std::string >::const_iterator ci = this->SelectedOutputFileNameMap.find(1);
|
std::map< int, std::string >::const_iterator ci = this->SelectedOutputFileNameMap.find(1);
|
||||||
if (ci != this->SelectedOutputFileNameMap.end())
|
if (ci != this->SelectedOutputFileNameMap.end())
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user