mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
extraneous autoPtr
This commit is contained in:
@ -47,10 +47,7 @@
|
|||||||
thermof.set
|
thermof.set
|
||||||
(
|
(
|
||||||
i,
|
i,
|
||||||
autoPtr<basicThermo>
|
basicThermo::New(fluidRegions[i]).ptr()
|
||||||
(
|
|
||||||
basicThermo::New(fluidRegions[i])
|
|
||||||
).ptr()
|
|
||||||
);
|
);
|
||||||
|
|
||||||
Info<< " Adding to rhof\n" << endl;
|
Info<< " Adding to rhof\n" << endl;
|
||||||
|
|||||||
Reference in New Issue
Block a user