From: Wolfgang Bangerth Date: Tue, 30 Dec 2014 00:32:48 +0000 (-0600) Subject: Fix missing instantiations. X-Git-Tag: v8.3.0-rc1~576^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F390%2Fhead;p=dealii.git Fix missing instantiations. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 1884913fe3..6c4e135564 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -57,6 +57,13 @@ inconvenience this causes.

Specific improvements

    +
  1. Fixed: VectorTools::interpolate_to_different_mesh() was accidentally + only instantiated for dealii::Vector arguments, rather than all vector + classes. This is now fixed. +
    + (Benjamin Brands, Wolfgang Bangerth, 2014/12/29) +
  2. +
  3. Fixed: Use CASROOT environment variable as additional hint for opencasacade.