mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +01:00
Removed unnecessary header file ISolution.h
Tony's fix for plotting CSV git-svn-id: svn://136.177.114.72/svn_GW/phreeqcpp/trunk@5582 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
0043052431
commit
978f151573
@ -12,7 +12,7 @@
|
||||
#include <fstream>
|
||||
|
||||
#include "ISolutionComp.h"
|
||||
#include "NumKeyword.h"
|
||||
//#include "NumKeyword.h"
|
||||
#include "Solution.h"
|
||||
|
||||
class cxxISolution:public cxxSolution
|
||||
|
||||
@ -1443,6 +1443,12 @@ CParser::TOKEN_TYPE CParser::parse_delimited(std::string & source, std::string &
|
||||
temp = source.substr(pos+1);
|
||||
source = temp;
|
||||
}
|
||||
else if (pos == 0)
|
||||
{
|
||||
temp = source.substr(pos+1);
|
||||
source = temp;
|
||||
return token_type("");
|
||||
}
|
||||
else
|
||||
{
|
||||
result = source;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user