From: Guido Kanschat Date: Wed, 17 Aug 2011 10:48:52 +0000 (+0000) Subject: Oops X-Git-Tag: v8.0.0~3661 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4e63936f477c5a4c94c9e3a5505dac2ff1fabd7;p=dealii.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);