Added description.

This commit is contained in:
henry
2008-11-23 11:54:54 +00:00
parent 5109a8d233
commit 870fbd14e7

View File

@ -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<Field> algebra.
\*---------------------------------------------------------------------------*/
@ -44,9 +46,6 @@ int main()
f1 = f2 + f3 + f2 + f3;
}
// Info<< f1 << endl;
Info<< "end" << endl;
}