From 42179538b38a5b403458200254d244284e56547a Mon Sep 17 00:00:00 2001 From: "Toby D. Young" Date: Thu, 13 Jan 2011 14:06:31 +0000 Subject: [PATCH] Correct typo git-svn-id: https://svn.dealii.org/trunk@23183 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure | 5 +++++ deal.II/doc/news/changes.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/deal.II/configure b/deal.II/configure index f6085e09fa..05bc77454a 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -18847,6 +18847,7 @@ else $as_echo "no" >&6; } fi +subdirs="$subdirs contrib tests" DEAL_II_QT_VERSION="`($QMAKE --version 2>&1) | grep -i version | grep -i qt | perl -pi -e 's/.*(\d+)\.(\d+)\.(\d+).*/\1.\2/g;'`" @@ -18865,6 +18866,10 @@ fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5 +$as_echo "" >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ---------------- generating output --------------------------" >&5 +$as_echo "---------------- generating output --------------------------" >&6; } diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index fe3bd375a4..99ac7a42f9 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -31,7 +31,7 @@ inconvenience this causes.

General

    -
  1. Extended: base/tensor.h has an additional collection of contractions between three tensors ie. contract3). This can be useful for writing matrix/vector assembly in a more compact form than before.
    +
  2. Extended: base/tensor.h has an additional collection of contractions between three tensors (ie. contract3). This can be useful for writing matrix/vector assembly in a more compact form than before.
    (Toby D. Young, 2011/01/12)
-- 2.39.5