Skip to content
Snippets Groups Projects
Commit ef974adf authored by Andrew Heather's avatar Andrew Heather
Browse files

ENH: Updated pdfPlot utility

parent f52a5648
No related merge requests found
......@@ -20,7 +20,7 @@
const fileName pdfPath = runTime.path()/"pdf";
mkDir(pdfPath);
Random rndGen(label(0));
cachedRandom rndGen(label(0), -1);
autoPtr<pdfs::pdf> p(pdfs::pdf::New(pdfDictionary, rndGen));
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment