From: bangerth Date: Mon, 9 Sep 2013 13:47:06 +0000 (+0000) Subject: Add a space to an error message. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b0d9210d86803768728a768314c964a6acc1ae9;p=dealii-svn.git Add a space to an error message. git-svn-id: https://svn.dealii.org/trunk@30649 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/distributed/tria.cc b/deal.II/source/distributed/tria.cc index 30dcadb47b..0a3129e289 100644 --- a/deal.II/source/distributed/tria.cc +++ b/deal.II/source/distributed/tria.cc @@ -3691,7 +3691,7 @@ namespace parallel /* user_pointer */ this); #else - Assert(false, ExcMessage ("Need p4est version >=0.3.4.1!")); + Assert(false, ExcMessage ("Need p4est version >= 0.3.4.1!")); #endif }