From: Wolfgang Bangerth Date: Wed, 14 Nov 2012 03:18:19 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~1828 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0a05ded65d74a5f6642d6ff42ba91ac5efeaa12;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@27533 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/meshworker/output.h b/deal.II/include/deal.II/meshworker/output.h index f706e3db74..f88c00edec 100644 --- a/deal.II/include/deal.II/meshworker/output.h +++ b/deal.II/include/deal.II/meshworker/output.h @@ -225,7 +225,7 @@ namespace MeshWorker ? dim : (dim-1); const unsigned int row_length = n_points; // If patches are 1D, end the - // patch after a row, else and + // patch after a row, else end // it after a square const unsigned int row_length2 = (patch_dim==1) ? row_length : (row_length*row_length);