remove comments

This commit is contained in:
Brendan Keith
2024-04-06 11:50:53 -04:00
parent af5a7844a8
commit 821c41fba9
-1
View File
@@ -337,7 +337,6 @@ TEST_CASE("MatrixArrayVectorCoefficient", "[Coefficient]")
// Test setting individual rows
row = 0;
// mavc.Set(row, &Coef1, true); // doesn't work
mavc.Set(row, &Coef1, false);
mavc.Eval(row, V, T, ip);
REQUIRE(V(0) == MFEM_Approx(0.0));