Skip to content

Commit

Permalink
Minor update (test program improvements).
Browse files Browse the repository at this point in the history
  • Loading branch information
pazmivaniye committed Jul 10, 2024
1 parent 71535a1 commit e056bf1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,9 @@ int main(int, char** argv)

try
{
const std::vector<pgf::Axis> v = {p, q};
std::vector<pgf::Axis> v = {p, q};
v[1].fill(pgf::Color::Defaults[0], {5., 6., 6., 5.}, {-1., -1., -2.,
-2.});
pgf::plot(outputDir + "/" + PlotName + "-2", v);
}
CATCH
Expand Down

0 comments on commit e056bf1

Please sign in to comment.