From b4e63936f477c5a4c94c9e3a5505dac2ff1fabd7 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Wed, 17 Aug 2011 10:48:52 +0000 Subject: [PATCH] Oops git-svn-id: https://svn.dealii.org/trunk@24107 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/numerics/mesh_worker_output.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/numerics/mesh_worker_output.h b/deal.II/include/deal.II/numerics/mesh_worker_output.h index 89ac3713dd..bbf31977f9 100644 --- a/deal.II/include/deal.II/numerics/mesh_worker_output.h +++ b/deal.II/include/deal.II/numerics/mesh_worker_output.h @@ -212,7 +212,7 @@ namespace MeshWorker // it after a square const unsigned int row_length2 = (patch_dim==1) ? row_length : (row_length*row_length); - AssertDimension(np, Utilities::fixed_power(n_points)); +// AssertDimension(np, Utilities::fixed_power(n_points)); AssertDimension(nv, n_vectors+dim); -- 2.39.5