mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Added description.
This commit is contained in:
@ -23,8 +23,10 @@ License
|
|||||||
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
Application
|
Application
|
||||||
|
tmpFieldTest
|
||||||
|
|
||||||
Description
|
Description
|
||||||
|
Tests for possible memory leaks in the tmp<Field> algebra.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
@ -44,9 +46,6 @@ int main()
|
|||||||
f1 = f2 + f3 + f2 + f3;
|
f1 = f2 + f3 + f2 + f3;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Info<< f1 << endl;
|
|
||||||
|
|
||||||
|
|
||||||
Info<< "end" << endl;
|
Info<< "end" << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user