From f0a05ded65d74a5f6642d6ff42ba91ac5efeaa12 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 14 Nov 2012 03:18:19 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@27533 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/meshworker/output.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5