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

extraneous autoPtr

parent b7be6bce
Branches
Tags
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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment