From dbd91de78cd7b7dcd2b4da64154ad36ab8dc53a0 Mon Sep 17 00:00:00 2001 From: Jonathan Robey Date: Tue, 6 Aug 2019 16:59:23 -0600 Subject: [PATCH] Add short test description --- tests/lac/block_matrices_05.cc | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5