Skip to content
Snippets Groups Projects
Commit 17ab54d3 authored by Mattijs Janssens's avatar Mattijs Janssens
Browse files

extraneous autoPtr

parent b7be6bce
No related branches found
No related tags found
No related merge requests found
......@@ -47,10 +47,7 @@
thermof.set
(
i,
autoPtr<basicThermo>
(
basicThermo::New(fluidRegions[i])
).ptr()
basicThermo::New(fluidRegions[i]).ptr()
);
Info<< " Adding to rhof\n" << endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment