From: kanschat Date: Wed, 17 Aug 2011 10:48:52 +0000 (+0000) Subject: Oops X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87839d8f844dc9f73da295e878ead262245df16c;p=dealii-svn.git Oops git-svn-id: https://svn.dealii.org/trunk@24107 0785d39b-7218-0410-832d-ea1e28bc413d --- 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);