diff --git a/applications/test/tmpField/tmpFieldTest.C b/applications/test/tmpField/tmpFieldTest.C index f0745e6da4..4c9298874c 100644 --- a/applications/test/tmpField/tmpFieldTest.C +++ b/applications/test/tmpField/tmpFieldTest.C @@ -23,8 +23,10 @@ License Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Application - + tmpFieldTest + Description + Tests for possible memory leaks in the tmp algebra. \*---------------------------------------------------------------------------*/ @@ -44,9 +46,6 @@ int main() f1 = f2 + f3 + f2 + f3; } -// Info<< f1 << endl; - - Info<< "end" << endl; }