From: Jonathan Robey Date: Tue, 6 Aug 2019 22:59:23 +0000 (-0600) Subject: Add short test description X-Git-Tag: v9.2.0-rc1~1286^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbd91de78cd7b7dcd2b4da64154ad36ab8dc53a0;p=dealii.git Add short test description --- diff --git a/tests/lac/block_matrices_05.cc b/tests/lac/block_matrices_05.cc index 0a2d6d219a..8a3a2f1c7d 100644 --- a/tests/lac/block_matrices_05.cc +++ b/tests/lac/block_matrices_05.cc @@ -13,6 +13,11 @@ // // --------------------------------------------------------------------- + +// Test that the frobenius_norm function returns the correct value +// for a block matrix + + #include #include #include