From 87839d8f844dc9f73da295e878ead262245df16c Mon Sep 17 00:00:00 2001 From: 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