mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
Tony changed csv symbols.
Got a complete pdf with no errors Ready for review? git-svn-id: svn://136.177.114.72/svn_GW/phreeqcpp/trunk@5548 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
3d989d5f44
commit
dc45fa365e
@ -1066,7 +1066,6 @@ ChartObject::Add_curve(bool plotxy, std::string id,
|
||||
double symbol_size,
|
||||
int y_axis,
|
||||
std::string color)
|
||||
|
||||
{
|
||||
CurveObject *c = new CurveObject;
|
||||
c->Set_id(id);
|
||||
@ -1074,7 +1073,7 @@ ChartObject::Add_curve(bool plotxy, std::string id,
|
||||
this->Get_legal_symbol(symbol);
|
||||
c->Set_symbol(symbol);
|
||||
c->Set_symbol_size(symbol_size);
|
||||
if (this->CurvesCSV.size() > 0 && !plotxy)
|
||||
if (this->CurvesCSV.size() > this->Curves.size() && !plotxy)
|
||||
{
|
||||
c->Set_symbol_size(0.0);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user