From: kronbichler Date: Tue, 16 Apr 2013 16:10:44 +0000 (+0000) Subject: Uncomment accidentally commented code. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1696f600b0ed14ce75d05afb936212d865be13e;p=dealii-svn.git Uncomment accidentally commented code. git-svn-id: https://svn.dealii.org/trunk@29308 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/matrix_free/matrix_vector_05.cc b/tests/matrix_free/matrix_vector_05.cc index 8078c3e061..4a4bc3332b 100644 --- a/tests/matrix_free/matrix_vector_05.cc +++ b/tests/matrix_free/matrix_vector_05.cc @@ -28,8 +28,8 @@ void test () points[1][1] = 0.314159265358979; if (dim == 3) { - //points[2][0] = 0.21; - //points[2][2] = 0.4123; + points[2][0] = 0.21; + points[2][2] = 0.4123; } GridGenerator::parallelepiped (tria, points); typename Triangulation::active_cell_iterator