From 09089bc1e3d23485584545d3b43b4d15ae47eadf Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 26 Apr 2005 01:13:05 +0000 Subject: [PATCH] Fix typos. git-svn-id: https://svn.dealii.org/trunk@10578 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/readme.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index 772f465a92..04193408fc 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -850,10 +850,10 @@ exception specifications that are given in the system headers. With some compilers, you will then get compilation errors on one or two deal.II files. It is easy to work around this by first compiling METIS, then - trying to compile deal.II, and then simply remove each function + trying to compile deal.II, and then simply removing each function signature which the compiler complains about. The ones most likely affected are srand48(), drand48(), and - log2. Since you have already compile METIS and deal.II does + log2. Since you have already compiled METIS and deal.II does not need these function declarations itself, just removing their declarations should not be a problem.

-- 2.39.5