From: Wolfgang Bangerth Date: Mon, 5 Jan 2004 22:16:58 +0000 (+0000) Subject: No support for icc5 any more. X-Git-Tag: v8.0.0~15948 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ad2857964254f9bb5f045192d5b583cef35339f;p=dealii.git No support for icc5 any more. git-svn-id: https://svn.dealii.org/trunk@8279 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index db2b49ea13..428e8ccedc 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -79,6 +79,14 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

General

    +
  1. + Changed: We don't support compilation by Intel'c icc compiler version 5 + anymore. Since the present version of this compiler is 8, this is + probably not a real problem. +
    + (WB 2003/12/20) +

    +
  2. Fixed: step-9 had the computation of the value of the solution in the mid-point of the neighbor cell wrong. This is now