From 9cb81bb351328840539447fd2a40d3b712f1feba Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Fri, 5 Jun 2009 08:02:16 +0000 Subject: [PATCH] Used newer compilers. git-svn-id: https://svn.dealii.org/trunk@18913 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/fe/fe_q.cc | 2 +- deal.II/doc/readme.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/source/fe/fe_q.cc b/deal.II/deal.II/source/fe/fe_q.cc index a01778f373..efd1b08570 100644 --- a/deal.II/deal.II/source/fe/fe_q.cc +++ b/deal.II/deal.II/source/fe/fe_q.cc @@ -1642,7 +1642,7 @@ FE_Q::initialize_embedding () // and make sure that the row sum is // 1. this must be so since for this // element, the shape functions add up to - // on + // one for (unsigned int row=0; rowdofs_per_cell; ++row) { double sum = 0; diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index 38db95c41b..24cd529750 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -47,7 +47,7 @@
  • Linux on x86, with gcc 3.3, 3.4, 4.0, 4.1, 4.2 and 4.3; and Intel ICC 7.0, 7.1, 8.0, 8.1, 9.0, and 10.0;
  • Linux on x86_64 (Opteron, AMD64, and Intel EM64T chips) using gcc - 3.3, 3.4, 4.0, and 4.1; + 3.3, 3.4, 4.0, 4.1, 4.3, and 4.4;
  • Mac OS X 10.2, 10.3, and 10.4 (on both PowerPC and Intel processors) with gcc 3.x, 4.0, and 4.1;
  • Sun Solaris 2.5, 2.6, 7, 8, and 9 on Sparc, with -- 2.39.5