ENH: Updated lagrangian/intermediate lib to use updated pdfs library

This commit is contained in:
andy
2010-03-29 17:37:10 +01:00
parent 1ac6442055
commit e2f2bd1ff1
10 changed files with 10 additions and 10 deletions

View File

@ -94,7 +94,7 @@ Foam::ManualInjection<CloudType>::ManualInjection
U0_(this->coeffDict().lookup("U0")),
parcelPDF_
(
pdf::New
pdfs::pdf::New
(
this->coeffDict().subDict("parcelPDF"),
owner.rndGen()