Do bulk replace of stl types.
This commit is contained in:
parent
521486be62
commit
c25a56ee19
531 changed files with 2274 additions and 2181 deletions
|
@ -18,7 +18,7 @@ TEST_CASE(TestPlotting, "[publishing]")
|
|||
|
||||
PlotSeries series("Series-1");
|
||||
|
||||
std::vector<Point2> data{ {0.0, 0.0}, {10.0, 40.0}, {20.0, 80.0} };
|
||||
Vector<Point2> data{ {0.0, 0.0}, {10.0, 40.0}, {20.0, 80.0} };
|
||||
series.setData(data);
|
||||
plot->addSeries(series);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue