]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove trailing whitespace in the documentation. 1440/head
authorDavid Wells <drwells@vt.edu>
Wed, 26 Aug 2015 13:32:36 +0000 (09:32 -0400)
committerDavid Wells <drwells@vt.edu>
Wed, 26 Aug 2015 13:32:36 +0000 (09:32 -0400)
doc/developers/testsuite.html
doc/external-libs/arpack.html
doc/users/cmake.html
doc/users/cmakelists.html

index 1ace25b8fd4495587acbdb88a4c5a173af1a51bb..2b97c0dd3e46dce628f945db9ad10fc96e805225 100644 (file)
@@ -148,7 +148,7 @@ $ ctest [-j N]
 </pre>
       Here, <code>N</code> is the number of concurrent tests that should be
       run, in the same way as you can say <code>make -jN</code>. 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.
     </p>
 
@@ -171,7 +171,7 @@ $ ctest [-j N] -E '&lt;negative regular expression&gt;'
       <a href="http://www.nongnu.org/numdiff/">numdiff</a> tool that compares
       stored and newly created output files based on floating point
       tolerances. To use it, simply export where the <code>numdiff</code>
-      executable can be found via the <code>PATH</code> 
+      executable can be found via the <code>PATH</code>
       environment variable so that it can be found during
       <code>make setup_tests</code>.
     </p>
@@ -306,7 +306,7 @@ xx: ===============================    OUTPUT END   ============================
 
     <p>
       To run the testsuite in this mode, essentially, you have to do three
-      things: 
+      things:
       <ol>
        <li>
          build the library with appropriate profiling flags
@@ -498,9 +498,9 @@ category/test.with_umfpack=on.with_zlib=on.output
     <p>
       <b>Note:</b> The tests in some subdirectories of <code>tests/</code> 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
       <code>distributed_grids</code>, <code>lapack</code>,
       <code>metis</code>, <code>petsc</code>, <code>slepc</code>,
       <code>trilinos</code>, <code>umfpack</code>, <code>gla</code>, and
index 57856f0db326a3281913de1cf18accda78608019..dea91160f7e2dce13af95d70cf2a860f0aa2a50c 100644 (file)
@@ -1,20 +1,20 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"                  
-         "http://www.w3.org/TR/html4/loose.dtd">                        
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+         "http://www.w3.org/TR/html4/loose.dtd">
 
-<html>                                                                          
-  <head>                            
+<html>
+  <head>
     <title>The deal.II Readme on interfacing to ARPACK</title>
     <link href="../screen.css" rel="StyleSheet">
     <meta name="copyright" content="Copyright (C) 2010, 2013, 2015 by the deal.II authors">
-    <meta name="keywords" content="deal.II"> 
-  </head>                                                                      
-  <body> 
+    <meta name="keywords" content="deal.II">
+  </head>
+  <body>
+
 
-    
     <h2>Installation of <acronym>ARPACK</acronym></h2>
 
     <p>
-      <a href="http://www.caam.rice.edu/software/ARPACK/">ARPACK</a> 
+      <a href="http://www.caam.rice.edu/software/ARPACK/">ARPACK</a>
       is a collection of Fortran77 subroutines designed to solve large
       scale eigenvalue problems.
       <a href="http://www.caam.rice.edu/software/ARPACK/" target="_top">ARPACK</a>
       <li>edit <code>ARmake.inc</code></li>
       <ul>
         <li>change home to the correct directory</li>
-        <li>choose which <acronym>BLAS</acronym> and 
+        <li>choose which <acronym>BLAS</acronym> and
         <acronym>LAPACK</acronym> you would like to use</li>
       </ul>
       <li>change the file second.f in the UTIL directory</li>
-      <li>do <code>make lib</code> in the current directory 
+      <li>do <code>make lib</code> in the current directory
       to build the standard library <code>libarpack_$(PLAT).a</code>
       </li>
     </ul>
     </p>
 
     <p>
-    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 <code>EXAMPLES</code> directory.
-    </p> 
+    </p>
 
     <p>
-    If that output you produced looks like it should you can 
-    proceed to comile <acronym>deal.II</acronym> with 
+    If that output you produced looks like it should you can
+    proceed to compile <acronym>deal.II</acronym> with
     <acronym>ARPACK</acronym>.
     </p>
 
index 6e24b94e436a7ba9b0f16c2ce3f2b9ca62847385..603c5a9ece6c43811ca975935896d46d43279966 100644 (file)
@@ -283,7 +283,7 @@ cmake -DDEAL_II_WITH_MPI=ON &lt;...&gt;
 <pre class="cmake">
 #        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;
 # [...]
index e3cacfa10dc391a50676e5b3833c9672661c3b29..116af8866da117eaca6607c002bfe94731e0d230 100644 (file)
@@ -394,7 +394,7 @@ IF(NOT &lt;expression&gt;)
 ENDIF()
 </pre>
 
-<a name="cmakeadvanced.foreach"></a> 
+<a name="cmakeadvanced.foreach"></a>
 <p>Loops are implemented with the help of <code>WHILE</code> and
 <code>FOR</code> statements. The former takes the same
 <code>&lt;expression&gt;</code> as the <code>IF</code> statement:</p>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.