From c1c833357fcde350d4ef0c0f7131002e5d7d6951 Mon Sep 17 00:00:00 2001 From: David Wells Date: Wed, 26 Aug 2015 09:32:36 -0400 Subject: [PATCH] Remove trailing whitespace in the documentation. --- doc/developers/testsuite.html | 10 +++++----- doc/external-libs/arpack.html | 32 ++++++++++++++++---------------- doc/users/cmake.html | 2 +- doc/users/cmakelists.html | 2 +- 4 files changed, 23 insertions(+), 23 deletions(-) diff --git a/doc/developers/testsuite.html b/doc/developers/testsuite.html index 1ace25b8fd..2b97c0dd3e 100644 --- a/doc/developers/testsuite.html +++ b/doc/developers/testsuite.html @@ -148,7 +148,7 @@ $ ctest [-j N] Here, N is the number of concurrent tests that should be run, in the same way as you can say make -jN. The testsuite - is huge and will need around 12h on current computers + is huge and will need around 12h on current computers running single threaded.

@@ -171,7 +171,7 @@ $ ctest [-j N] -E '<negative regular expression>' numdiff tool that compares stored and newly created output files based on floating point tolerances. To use it, simply export where the numdiff - executable can be found via the PATH + executable can be found via the PATH environment variable so that it can be found during make setup_tests.

@@ -306,7 +306,7 @@ xx: =============================== OUTPUT END ============================

To run the testsuite in this mode, essentially, you have to do three - things: + things:

  1. build the library with appropriate profiling flags @@ -498,9 +498,9 @@ category/test.with_umfpack=on.with_zlib=on.output

    Note: The tests in some subdirectories of tests/ are automatically run only if some feature is enabled. In this case a - feature constraint encoded in the output file name is + feature constraint encoded in the output file name is redundant and should be avoided. In particular, this holds for - subdirectories + subdirectories distributed_grids, lapack, metis, petsc, slepc, trilinos, umfpack, gla, and diff --git a/doc/external-libs/arpack.html b/doc/external-libs/arpack.html index 57856f0db3..dea91160f7 100644 --- a/doc/external-libs/arpack.html +++ b/doc/external-libs/arpack.html @@ -1,20 +1,20 @@ - + - - + + The deal.II Readme on interfacing to ARPACK - - - + + + + -

    Installation of ARPACK

    - ARPACK + ARPACK is a collection of Fortran77 subroutines designed to solve large scale eigenvalue problems. ARPACK @@ -44,11 +44,11 @@

  2. edit ARmake.inc
  3. change the file second.f in the UTIL directory
  4. -
  5. do make lib in the current directory +
  6. do make lib in the current directory to build the standard library libarpack_$(PLAT).a
  7. @@ -65,14 +65,14 @@

    - Try to run one of the examples and compare the output. - How the output should look like is stated in the README + Try to run one of the examples and compare the output. + How the output should look like is stated in the README that can be found in the EXAMPLES directory. -

    +

    - If that output you produced looks like it should you can - proceed to comile deal.II with + If that output you produced looks like it should you can + proceed to compile deal.II with ARPACK.

    diff --git a/doc/users/cmake.html b/doc/users/cmake.html index 6e24b94e43..603c5a9ece 100644 --- a/doc/users/cmake.html +++ b/doc/users/cmake.html @@ -283,7 +283,7 @@ cmake -DDEAL_II_WITH_MPI=ON <...>
     #        DEAL_II_WITH_BOOST set up with external dependencies
     #            BOOST_VERSION = 1.52.0
    -#            BOOST_DIR = 
    +#            BOOST_DIR =
     #            Boost_INCLUDE_DIRS = /usr/include
     #            Boost_LIBRARIES = /usr/lib64/libboost_serialization-mt.so;/usr/lib64/libboost_system-mt.so;
     # [...]
    diff --git a/doc/users/cmakelists.html b/doc/users/cmakelists.html
    index e3cacfa10d..116af8866d 100644
    --- a/doc/users/cmakelists.html
    +++ b/doc/users/cmakelists.html
    @@ -394,7 +394,7 @@ IF(NOT <expression>)
     ENDIF()
     
    - +

    Loops are implemented with the help of WHILE and FOR statements. The former takes the same <expression> as the IF statement:

    -- 2.39.5