]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix grammar. 11909/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Sun, 14 Mar 2021 15:15:18 +0000 (16:15 +0100)
committerWolfgang Bangerth <bangerth@colostate.edu>
Sun, 14 Mar 2021 15:24:19 +0000 (16:24 +0100)
32 files changed:
examples/step-17/CMakeLists.txt
examples/step-18/CMakeLists.txt
examples/step-22/CMakeLists.txt
examples/step-29/CMakeLists.txt
examples/step-31/CMakeLists.txt
examples/step-32/CMakeLists.txt
examples/step-33/CMakeLists.txt
examples/step-34/CMakeLists.txt
examples/step-35/CMakeLists.txt
examples/step-36/CMakeLists.txt
examples/step-37/CMakeLists.txt
examples/step-40/CMakeLists.txt
examples/step-41/CMakeLists.txt
examples/step-42/CMakeLists.txt
examples/step-43/CMakeLists.txt
examples/step-45/CMakeLists.txt
examples/step-46/CMakeLists.txt
examples/step-50/CMakeLists.txt
examples/step-52/CMakeLists.txt
examples/step-53/CMakeLists.txt
examples/step-54/CMakeLists.txt
examples/step-55/CMakeLists.txt
examples/step-56/CMakeLists.txt
examples/step-57/CMakeLists.txt
examples/step-58/CMakeLists.txt
examples/step-59/CMakeLists.txt
examples/step-60/CMakeLists.txt
examples/step-62/CMakeLists.txt
examples/step-64/CMakeLists.txt
examples/step-68/CMakeLists.txt
examples/step-69/CMakeLists.txt
examples/step-70/CMakeLists.txt

index f2d615d153e05dfa89901e0f41649146de423d33..a642111c8e22b9fad9115924da8e97ded5941529 100644 (file)
@@ -43,10 +43,10 @@ IF(NOT DEAL_II_WITH_PETSC OR DEAL_II_PETSC_WITH_COMPLEX) # keep in one line
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_PETSC = ON
     DEAL_II_PETSC_WITH_COMPLEX = OFF
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
     DEAL_II_WITH_PETSC = ${DEAL_II_WITH_PETSC}
     DEAL_II_PETSC_WITH_COMPLEX = ${DEAL_II_PETSC_WITH_COMPLEX}
-which conflict with the requirements."
+This conflicts with the requirements."
     )
 ENDIF()
 
index 3a4b8f066933774b29b0e60d06624704abef1af6..56eced9b62456601888a8ab7051ffd7dddda04d9 100644 (file)
@@ -44,11 +44,11 @@ Error! This tutorial requires a deal.II library that was configured with the fol
     DEAL_II_WITH_MPI = ON
     DEAL_II_WITH_PETSC = ON
     DEAL_II_PETSC_WITH_COMPLEX = OFF
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
     DEAL_II_WITH_MPI = ${DEAL_II_WITH_MPI}
     DEAL_II_WITH_PETSC = ${DEAL_II_WITH_PETSC}
     DEAL_II_PETSC_WITH_COMPLEX = ${DEAL_II_PETSC_WITH_COMPLEX}
-which conflict with the requirements."
+This conflicts with the requirements."
     )
 ENDIF()
 
index ba5d70bc93b266cd42951f98ac2e77d6a7456af8..236104083ccdf5ba537ab9d3396fa470ad0de165 100644 (file)
@@ -41,9 +41,9 @@ IF(NOT DEAL_II_WITH_UMFPACK) # keep in one line
   MESSAGE(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_UMFPACK = ON
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
     DEAL_II_WITH_UMFPACK = ${DEAL_II_WITH_UMFPACK}
-which conflict with the requirements."
+This conflicts with the requirements."
     )
 ENDIF()
 
index 5dea12fbdcc73c65db8526c02aabcc3276213ef4..af8ac7e7e939feed3501396b16f66cc62ebb62d8 100644 (file)
@@ -41,9 +41,9 @@ IF(NOT DEAL_II_WITH_UMFPACK) # keep in one line
   MESSAGE(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_UMFPACK = ON
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
     DEAL_II_WITH_UMFPACK = ${DEAL_II_WITH_UMFPACK}
-which conflict with the requirements."
+This conflicts with the requirements."
     )
 ENDIF()
 
index 31f7543491e79eb3182e8a1b1dc00437048ea2ac..25fcd0010e66647fc33194464ea4434a60b74bd4 100644 (file)
@@ -41,9 +41,9 @@ IF(NOT DEAL_II_WITH_TRILINOS) # keep in one line
   MESSAGE(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_TRILINOS = ON
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
     DEAL_II_WITH_TRILINOS = ${DEAL_II_WITH_TRILINOS}
-which conflict with the requirements."
+This conflicts with the requirements."
     )
 ENDIF()
 
index e1c37917c65cd046f23f300d13c41b9f919a52f8..bc17e58f26be7cd0d2b0f09b04db32aae86e06b6 100644 (file)
@@ -46,11 +46,11 @@ Error! This tutorial requires a deal.II library that was configured with the fol
     DEAL_II_WITH_MPI = ON
     DEAL_II_WITH_P4EST = ON
     DEAL_II_WITH_TRILINOS = ON
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
     DEAL_II_WITH_MPI = ${DEAL_II_WITH_MPI}
     DEAL_II_WITH_P4EST = ${DEAL_II_WITH_P4EST}
     DEAL_II_WITH_TRILINOS = ${DEAL_II_WITH_TRILINOS}
-which conflict with the requirements."
+This conflicts with the requirements."
     )
 ENDIF()
 
index 45184c0a71a82efbe73d5b6c434803f4fc2cb467..6bce17a33dc1f2f42a9121b6f7133daf54c02ad5 100644 (file)
@@ -45,10 +45,10 @@ IF(NOT DEAL_II_TRILINOS_WITH_SACADO OR NOT DEAL_II_WITH_MUPARSER) # keep in one
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_MUPARSER = ON
     DEAL_II_TRILINOS_WITH_SACADO = ON
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
     DEAL_II_WITH_MUPARSER = ${DEAL_II_WITH_MUPARSER}
     DEAL_II_TRILINOS_WITH_SACADO = ${DEAL_II_TRILINOS_WITH_SACADO}
-which conflict with the requirements."
+This conflicts with the requirements."
     )
 ENDIF()
 
index f9b0a96b5ef4e57d74ddb93dd82bd6ec298f9c2a..bfc6ecc37033d9947a777c045fecdd1ad95073cf 100644 (file)
@@ -41,9 +41,9 @@ IF(NOT DEAL_II_WITH_MUPARSER) # keep in one line
   MESSAGE(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_MUPARSER = ON
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
     DEAL_II_WITH_MUPARSER = ${DEAL_II_WITH_MUPARSER}
-which conflict with the requirements."
+This conflicts with the requirements."
     )
 ENDIF()
 
index 87972b56dd211a8e466816bdb6a6875fa291ba42..295cbcdf8e2d1190d50529e1e96e2ad5ad9ad3a8 100644 (file)
@@ -41,9 +41,9 @@ IF(NOT DEAL_II_WITH_UMFPACK) # keep in one line
   MESSAGE(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_UMFPACK = ON
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
     DEAL_II_WITH_UMFPACK = ${DEAL_II_WITH_UMFPACK}
-which conflict with the requirements."
+This conflicts with the requirements."
     )
 ENDIF()
 
index 0b4da96d980829db7df4e80b1bf284a5dfac06cb..132dda1638b1ba72ddf6b36578eb30f2bdd30296 100644 (file)
@@ -43,11 +43,11 @@ Error! This tutorial requires a deal.II library that was configured with the fol
     DEAL_II_WITH_PETSC = ON
     DEAL_II_WITH_SLEPC = ON
     DEAL_II_PETSC_WITH_COMPLEX = OFF
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
     DEAL_II_WITH_PETSC = ${DEAL_II_WITH_PETSC}
     DEAL_II_WITH_SLEPC = ${DEAL_II_WITH_SLEPC}
     DEAL_II_PETSC_WITH_COMPLEX = ${DEAL_II_PETSC_WITH_COMPLEX}
-which conflict with the requirements."
+This conflicts with the requirements."
     )
 ENDIF()
 
index 46c5ca3867e36bff097b389102f325067abfc4b8..30f681fa692cae17d4085154f17b59d4bf9356fc 100644 (file)
@@ -41,9 +41,9 @@ IF(NOT DEAL_II_WITH_LAPACK) # keep in one line
   MESSAGE(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_LAPACK = ON
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
     DEAL_II_WITH_LAPACK = ${DEAL_II_WITH_LAPACK}
-which conflict with the requirements."
+This conflicts with the requirements."
     )
 ENDIF()
 
index d81dab1baf23edaa177e1b432b83a5fd19d6e2d8..1f528f3fb64aaa4c43141d8eec43b7d51c3ec21e 100644 (file)
@@ -46,12 +46,12 @@ Error! This tutorial requires a deal.II library that was configured with the fol
 or
     DEAL_II_WITH_TRILINOS = ON
     DEAL_II_WITH_P4EST = ON
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
     DEAL_II_WITH_PETSC = ${DEAL_II_WITH_PETSC}
     DEAL_II_PETSC_WITH_COMPLEX = ${DEAL_II_PETSC_WITH_COMPLEX}
     DEAL_II_WITH_P4EST = ${DEAL_II_WITH_P4EST}
     DEAL_II_WITH_TRILINOS = ${DEAL_II_WITH_TRILINOS}
-which conflict with the requirements.
+This conflicts with the requirements.
 One or both of the aforementioned combinations of prerequisites are not met by your installation, but at least one is required for this tutorial step."
     )
 ENDIF()
index 2c5b437ab70d0cba91cf067c22ef615f4d5800a1..a71201ae3cef12c1f849b5914eb7807535af45e9 100644 (file)
@@ -41,9 +41,9 @@ IF(NOT DEAL_II_WITH_TRILINOS) # keep in one line
   MESSAGE(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_TRILINOS = ON
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
     DEAL_II_WITH_TRILINOS = ${DEAL_II_WITH_TRILINOS}
-which conflict with the requirements."
+This conflicts with the requirements."
     )
 ENDIF()
 
index 2553d87cfa9cc7b3d6b729b79a8b7188ba3edddf..252aa1324919323d3544bf9b2b8db25af3b2ca5b 100644 (file)
@@ -46,11 +46,11 @@ Error! This tutorial requires a deal.II library that was configured with the fol
     DEAL_II_WITH_MPI = ON
     DEAL_II_WITH_P4EST = ON
     DEAL_II_WITH_TRILINOS = ON
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
     DEAL_II_WITH_MPI = ${DEAL_II_WITH_MPI}
     DEAL_II_WITH_P4EST = ${DEAL_II_WITH_P4EST}
     DEAL_II_WITH_TRILINOS = ${DEAL_II_WITH_TRILINOS}
-which conflict with the requirements."
+This conflicts with the requirements."
     )
 ENDIF()
 
index 2f04aa2e430f1cd19ba7d15ebbcf683f36077416..74f79083775c54e618e44867307a0ea7c19331ba 100644 (file)
@@ -41,9 +41,9 @@ IF(NOT DEAL_II_WITH_TRILINOS) # keep in one line
   MESSAGE(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_TRILINOS = ON
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
     DEAL_II_WITH_TRILINOS = ${DEAL_II_WITH_TRILINOS}
-which conflict with the requirements."
+This conflicts with the requirements."
     )
 ENDIF()
 
index 02a230d84237fd893fe0587dc3e7849f8f553cbe..ed5a5d751ff490d89e85e6a847de1c9d9be4d725 100644 (file)
@@ -43,11 +43,11 @@ Error! This tutorial requires a deal.II library that was configured with the fol
     DEAL_II_WITH_MPI = ON
     DEAL_II_WITH_P4EST = ON
     DEAL_II_WITH_TRILINOS = ON
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
     DEAL_II_WITH_MPI = ${DEAL_II_WITH_MPI}
     DEAL_II_WITH_P4EST = ${DEAL_II_WITH_P4EST}
     DEAL_II_WITH_TRILINOS = ${DEAL_II_WITH_TRILINOS}
-which conflict with the requirements."
+This conflicts with the requirements."
     )
 ENDIF()
 
index c69e054b2a762da889b5711fdc5798facf2242fa..c258fc5e433f2c985f680c519c822c8f6f53fece 100644 (file)
@@ -41,9 +41,9 @@ IF(NOT DEAL_II_WITH_UMFPACK) # keep in one line
   MESSAGE(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_UMFPACK = ON
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
     DEAL_II_WITH_UMFPACK = ${DEAL_II_WITH_UMFPACK}
-which conflict with the requirements."
+This conflicts with the requirements."
     )
 ENDIF()
 
index 4c29eba8c39902fb0e528ad6701846fd3accf917..bbbf4feab2d51c9535ec9381787eba076ee68801 100644 (file)
@@ -49,12 +49,12 @@ Error! This tutorial requires a deal.II library that was configured with the fol
 or
     DEAL_II_WITH_TRILINOS = ON
     DEAL_II_WITH_P4EST = ON
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
     DEAL_II_WITH_PETSC = ${DEAL_II_WITH_PETSC}
     DEAL_II_PETSC_WITH_COMPLEX = ${DEAL_II_PETSC_WITH_COMPLEX}
     DEAL_II_WITH_P4EST = ${DEAL_II_WITH_P4EST}
     DEAL_II_WITH_TRILINOS = ${DEAL_II_WITH_TRILINOS}
-which conflict with the requirements.
+This conflicts with the requirements.
 One or both of the aforementioned combinations of prerequisites are not met by your installation, but at least one is required for this tutorial step."
     )
 ENDIF()
index efd061bac1f9145ebceb434609f6eba6c210c8b4..db66635812ea77badabacb9ce065115b2d8f0a0e 100644 (file)
@@ -44,9 +44,9 @@ IF(NOT DEAL_II_WITH_UMFPACK) # keep in one line
   MESSAGE(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_UMFPACK = ON
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
     DEAL_II_WITH_UMFPACK = ${DEAL_II_WITH_UMFPACK}
-which conflict with the requirements."
+This conflicts with the requirements."
     )
 ENDIF()
 
index 7df26096f20d780ec7b69273fd7aad43eff224dc..ceed1f468ee8af471e8fcfb0e1ed87722a644000 100644 (file)
@@ -41,9 +41,9 @@ IF(NOT DEAL_II_WITH_ZLIB) # keep in one line
   MESSAGE(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
   DEAL_II_WITH_ZLIB = ON
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
   DEAL_II_WITH_ZLIB = ${DEAL_II_WITH_ZLIB}
-which conflict with the requirements."
+This conflicts with the requirements."
     )
 ENDIF()
 
index 3ff7177441e1b0f8b48013f7a741d9a5cc08db16..3d5c5d3dbd61e1bf5f0f6bd290b015c9dc67b7c2 100644 (file)
@@ -41,9 +41,9 @@ IF(NOT DEAL_II_WITH_OPENCASCADE) # keep in one line
   MESSAGE(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_OPENCASCADE = ON
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
     DEAL_II_WITH_OPENCASCADE = ${DEAL_II_WITH_OPENCASCADE}
-which conflict with the requirements."
+This conflicts with the requirements."
     )
 ENDIF()
 
index 5c731652a977d80f4605b65e28c6a1cf9b404574..eb8710a21bb49c06c6af3c9546a5bb0ba2d4a14c 100644 (file)
@@ -46,12 +46,12 @@ Error! This tutorial requires a deal.II library that was configured with the fol
 or
     DEAL_II_WITH_TRILINOS = ON
     DEAL_II_WITH_P4EST = ON
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
     DEAL_II_WITH_PETSC = ${DEAL_II_WITH_PETSC}
     DEAL_II_PETSC_WITH_COMPLEX = ${DEAL_II_PETSC_WITH_COMPLEX}
     DEAL_II_WITH_P4EST = ${DEAL_II_WITH_P4EST}
     DEAL_II_WITH_TRILINOS = ${DEAL_II_WITH_TRILINOS}
-which conflict with the requirements.
+This conflicts with the requirements.
 One or both of the aforementioned combinations of prerequisites are not met by your installation, but at least one is required for this tutorial step."
     )
 ENDIF()
index 6ea8d21f934369d2dc5e6937398ed1057dad97da..efbc429532d332e0c8c311afd00fc5b86b62563b 100644 (file)
@@ -41,9 +41,9 @@ IF(NOT DEAL_II_WITH_UMFPACK) # keep in one line
   MESSAGE(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_UMFPACK = ON
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
     DEAL_II_WITH_UMFPACK = ${DEAL_II_WITH_UMFPACK}
-which conflict with the requirements."
+This conflicts with the requirements."
     )
 ENDIF()
 
index e38e8bb99542b0fd980edd1d0b4fde2b98d77ca7..18f58d3ba862240ddd57bf564b77e4ab0eafd238 100644 (file)
@@ -41,9 +41,9 @@ IF(NOT DEAL_II_WITH_UMFPACK) # keep in one line
   MESSAGE(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_UMFPACK = ON
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
     DEAL_II_WITH_UMFPACK = ${DEAL_II_WITH_UMFPACK}
-which conflict with the requirements."
+This conflicts with the requirements."
     )
 ENDIF()
 
index 6b610be76c2d24863225f1a2407de0e8f19d1d78..bfdcb64e3034b073718725e2febfac78ce1bc582 100644 (file)
@@ -42,10 +42,10 @@ IF(NOT (DEAL_II_WITH_UMFPACK AND DEAL_II_WITH_COMPLEX_VALUES)) # keep in one lin
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_UMFPACK        = ON
     DEAL_II_WITH_COMPLEX_VALUES = ON
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
     DEAL_II_WITH_UMFPACK        = ${DEAL_II_WITH_UMFPACK}
     DEAL_II_WITH_COMPLEX_VALUES = ${DEAL_II_WITH_COMPLEX_VALUES}
-which conflict with the requirements."
+This conflicts with the requirements."
     )
 ENDIF()
 
index e1743d70edc6b3ea2264c6560fef38c3ca43f706..ba1f148e121c85db1aa06428d058141f88cfd331 100644 (file)
@@ -41,9 +41,9 @@ IF(NOT DEAL_II_WITH_LAPACK) # keep in one line
   MESSAGE(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_LAPACK = ON
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
     DEAL_II_WITH_LAPACK = ${DEAL_II_WITH_LAPACK}
-which conflict with the requirements."
+This conflicts with the requirements."
     )
 ENDIF()
 
index 9ebb9754b087b27d7e4d7c85e6acc674ac6df7ee..6eff58392b9aa7d655270034ec2cc129d10757ab 100644 (file)
@@ -42,10 +42,10 @@ IF(NOT DEAL_II_WITH_UMFPACK OR NOT DEAL_II_WITH_MUPARSER) # keep in one line
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_MUPARSER = ON
     DEAL_II_WITH_UMFPACK = ON
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
     DEAL_II_WITH_MUPARSER = ${DEAL_II_WITH_MUPARSER}
     DEAL_II_WITH_UMFPACK = ${DEAL_II_WITH_UMFPACK}
-which conflict with the requirements."
+This conflicts with the requirements."
     )
 ENDIF()
 
index fd2343256b16f3a7d1a12a998a4b65e6872898f1..a5b7dbd13381968e56d8eaad2cd7cdad114753a9 100644 (file)
@@ -44,12 +44,12 @@ Error! This tutorial requires a deal.II library that was configured with the fol
     DEAL_II_PETSC_WITH_COMPLEX = ON
     DEAL_II_WITH_P4EST = ON
     DEAL_II_WITH_HDF5 = ON
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
     DEAL_II_WITH_PETSC = ${DEAL_II_WITH_PETSC}
     DEAL_II_PETSC_WITH_COMPLEX = ${DEAL_II_PETSC_WITH_COMPLEX}
     DEAL_II_WITH_P4EST = ${DEAL_II_WITH_P4EST}
     DEAL_II_WITH_HDF5 = ${DEAL_II_WITH_HDF5}
-which conflict with the requirements.
+This conflicts with the requirements.
 One or both of the aforementioned combinations of prerequisites are not met by your installation, but at least one is required for this tutorial step."
     )
 ENDIF()
index 172c6071685e85bfa0aea07d6a0f1780853303ab..627b21b2704ac4aa44882f668a4a7a3984834520 100644 (file)
@@ -43,11 +43,11 @@ Error! This tutorial requires a deal.II library that was configured with the fol
     DEAL_II_WITH_MPI = ON
     DEAL_II_WITH_P4EST = ON
     DEAL_II_WITH_CUDA = ON
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
     DEAL_II_WITH_MPI = ${DEAL_II_WITH_MPI}
     DEAL_II_WITH_P4EST = ${DEAL_II_WITH_P4EST}
     DEAL_II_WITH_CUDA = ${DEAL_II_WITH_CUDA}
-which conflict with the requirements."
+This conflicts with the requirements."
     )
 ENDIF()
 
index 4d49311653159d81b11b225878c07ab70aa717b5..4098827eae81a99e0f2b01ad57129f7c9bda789c 100644 (file)
@@ -41,9 +41,9 @@ IF(NOT DEAL_II_WITH_P4EST) # keep in one line
   MESSAGE(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_P4EST = ON
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
     DEAL_II_WITH_P4EST = ${DEAL_II_WITH_P4EST}
-which conflict with the requirements."
+This conflicts with the requirements."
     )
 ENDIF()
 
index 8e3fd0ee45477a6e116e32125172cfa76e098d5d..037a70dae8be3571d87299610424758d94478eb1 100644 (file)
@@ -42,10 +42,10 @@ IF(NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST) # keep in one line
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_MPI = ON
     DEAL_II_WITH_P4EST = ON
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
     DEAL_II_WITH_MPI = ${DEAL_II_WITH_MPI}
     DEAL_II_WITH_P4EST = ${DEAL_II_WITH_P4EST}
-which conflict with the requirements."
+This conflicts with the requirements."
     )
 ENDIF()
 
index 7ba10ac49a6f19f22971e37b099d879f2a94cbb4..e1e98dbb08d2c94d7a12ae76e765ab27b0e7c024 100644 (file)
@@ -46,12 +46,12 @@ Error! This tutorial requires a deal.II library that was configured with the fol
 or
     DEAL_II_WITH_TRILINOS = ON
     DEAL_II_WITH_P4EST = ON
-However, the deal.II library found at ${DEAL_II_PATH} was configured with these options
+However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
     DEAL_II_WITH_PETSC = ${DEAL_II_WITH_PETSC}
     DEAL_II_PETSC_WITH_COMPLEX = ${DEAL_II_PETSC_WITH_COMPLEX}
     DEAL_II_WITH_P4EST = ${DEAL_II_WITH_P4EST}
     DEAL_II_WITH_TRILINOS = ${DEAL_II_WITH_TRILINOS}
-which conflict with the requirements.
+This conflicts with the requirements.
 One or both of the aforementioned combinations of prerequisites are not met by your installation, but at least one is required for this tutorial step."
     )
 ENDIF()

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.