extraneous autoPtr

This commit is contained in:
mattijs
2008-07-15 22:06:11 +01:00
parent b7be6bce24
commit 17ab54d381

View File

@ -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;