]> https://gitweb.dealii.org/ - dealii.git/commitdiff
We no longer need to keep it in one line. 17500/head
authorMarc Fehling <mafehling.git@gmail.com>
Mon, 12 Aug 2024 21:29:12 +0000 (15:29 -0600)
committerMarc Fehling <mafehling.git@gmail.com>
Mon, 12 Aug 2024 21:29:12 +0000 (15:29 -0600)
48 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-47/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-66/CMakeLists.txt
examples/step-68/CMakeLists.txt
examples/step-69/CMakeLists.txt
examples/step-70/CMakeLists.txt
examples/step-71/CMakeLists.txt
examples/step-72/CMakeLists.txt
examples/step-74/CMakeLists.txt
examples/step-75/CMakeLists.txt
examples/step-77/CMakeLists.txt
examples/step-79/CMakeLists.txt
examples/step-81/CMakeLists.txt
examples/step-82/CMakeLists.txt
examples/step-83/CMakeLists.txt
examples/step-85/CMakeLists.txt
examples/step-86/CMakeLists.txt
examples/step-87/CMakeLists.txt
examples/step-89/CMakeLists.txt
examples/step-90/CMakeLists.txt

index 319e5b8b683d7547df8e4ae1d2453c1767ade62b..2c980240951618b0311e56c89d46a9fb4a01d0d3 100644 (file)
@@ -38,7 +38,7 @@ endif ()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_PETSC OR DEAL_II_PETSC_WITH_COMPLEX) # keep in one line
+if(NOT DEAL_II_WITH_PETSC OR DEAL_II_PETSC_WITH_COMPLEX)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_PETSC = ON
index 3ce2c51f15bc7f63c99b2fdbb634969d84b5dcf7..4c80b0d1943f9be15321bb21af0b1bfa88278372 100644 (file)
@@ -38,7 +38,7 @@ endif ()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_PETSC OR DEAL_II_PETSC_WITH_COMPLEX) # keep in one line
+if(NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_PETSC OR DEAL_II_PETSC_WITH_COMPLEX)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_MPI = ON
index e29c51ede0d17be685fdadad6351322aa805ed01..a842fa3f04a3c6638952a432d41ac74429e81a81 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_UMFPACK) # keep in one line
+if(NOT DEAL_II_WITH_UMFPACK)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_UMFPACK = ON
index 6363219c9608fdb195988c9bdbf319d04a9e80e6..c78b7575ba497f10a5fa77c3fea1774f4ee5d728 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_UMFPACK) # keep in one line
+if(NOT DEAL_II_WITH_UMFPACK)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_UMFPACK = ON
index e634ff7e1fc2b7c0c73dcebe832416220681b311..5bb5350cbe018f5ddc55ee350faae9225731f5e5 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_TRILINOS) # keep in one line
+if(NOT DEAL_II_WITH_TRILINOS)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_TRILINOS = ON
index ac821b5d489f591de00a20ef9297e4a0de575897..d6d36b38c16d54e9fe00a105c8e5313568fe3629 100644 (file)
@@ -40,7 +40,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST OR NOT DEAL_II_WITH_TRILINOS) # keep in one line
+if(NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST OR NOT DEAL_II_WITH_TRILINOS)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_MPI = ON
index 08832fbbf5fbd85653ecdce3722ecb9196134416..3570015c0f2e8123b7dd997c766c137e3c32cd4e 100644 (file)
@@ -40,7 +40,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_TRILINOS_WITH_SACADO OR NOT DEAL_II_WITH_MUPARSER) # keep in one line
+if(NOT DEAL_II_TRILINOS_WITH_SACADO OR NOT DEAL_II_WITH_MUPARSER)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_MUPARSER = ON
index 12242572be935647267e3e56e632776ca655dcc9..3d93da64d44b4d404b7c7b549bb42f51ff6617c6 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_MUPARSER) # keep in one line
+if(NOT DEAL_II_WITH_MUPARSER)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_MUPARSER = ON
index 0a37084a54dd63ca0c02e53782b3d746403289b3..2e0ec0faa3b2f9633820583ab4dce16a081e141f 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_UMFPACK) # keep in one line
+if(NOT DEAL_II_WITH_UMFPACK)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_UMFPACK = ON
index f584dea5afc9bd5a11b6a1de9ce401b6556eec9d..006531bd6e2043fe1b308d5e00a6954823c1335b 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_PETSC OR NOT DEAL_II_WITH_SLEPC OR DEAL_II_PETSC_WITH_COMPLEX) # keep in one line
+if(NOT DEAL_II_WITH_PETSC OR NOT DEAL_II_WITH_SLEPC OR DEAL_II_PETSC_WITH_COMPLEX)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_PETSC = ON
index 81a60902839874bf4135e2198d81e7ab657514ab..7f3c43a5a45b4bfcd41610334c871b6e4733675f 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_LAPACK) # keep in one line
+if(NOT DEAL_II_WITH_LAPACK)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_LAPACK = ON
index 4803c0ba07f4c08784826f91f6c831d9a6cee042..d7bb5f3009cf66d04ffab91f8e699a0806594529 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT ((DEAL_II_WITH_PETSC AND NOT DEAL_II_PETSC_WITH_COMPLEX) OR DEAL_II_WITH_TRILINOS) OR NOT DEAL_II_WITH_P4EST) # keep in one line
+if(NOT ((DEAL_II_WITH_PETSC AND NOT DEAL_II_PETSC_WITH_COMPLEX) OR DEAL_II_WITH_TRILINOS) OR NOT DEAL_II_WITH_P4EST)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_PETSC = ON
index b1850054934108ca6ef66d9e745f08ab3f5b3328..d37ec5b0c423ba9f75c63496f23a6c08d5b08bb8 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_TRILINOS) # keep in one line
+if(NOT DEAL_II_WITH_TRILINOS)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_TRILINOS = ON
index 7c01b194299d3582b8427ca5a14958070dc578bc..682efc3a97d2b24418da340678b0622ce27ee112 100644 (file)
@@ -40,7 +40,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST OR NOT DEAL_II_WITH_TRILINOS) # keep in one line
+if(NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST OR NOT DEAL_II_WITH_TRILINOS)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_MPI = ON
index 5e5827f4b9fef0c17117513d22f84fb9d5662f3d..f06bdd0a271972f3943966397f7cc7af759b1bbe 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_TRILINOS) # keep in one line
+if(NOT DEAL_II_WITH_TRILINOS)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_TRILINOS = ON
index b8400eec1deb8d787ac6ac85c8caea1f4d8628fa..4c8fe9712c385252d1140fe1ce9eb6a222141a4f 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST OR NOT DEAL_II_WITH_TRILINOS) # keep in one line
+if(NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST OR NOT DEAL_II_WITH_TRILINOS)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_MPI = ON
index d55ae9c28778d5ea584417d0953f50b695a70844..caaab86ece742fa80f37cbcf619417c35eafe1e0 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_UMFPACK) # keep in one line
+if(NOT DEAL_II_WITH_UMFPACK)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_UMFPACK = ON
index 6ed7fe381c7e4088878612a3ecc9663c2c313c25..bc58c4557877a9cde78c1418190feb5899c8e2a8 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_UMFPACK) # keep in one line
+if(NOT DEAL_II_WITH_UMFPACK)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_UMFPACK = ON
index f55c3c0addedac01df88deb79f650dab7b5a09d7..adf66cb256638760af506ce2d7c61d90cf260cda 100644 (file)
@@ -40,7 +40,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT ((DEAL_II_WITH_PETSC AND NOT DEAL_II_PETSC_WITH_COMPLEX) OR DEAL_II_WITH_TRILINOS) OR NOT DEAL_II_WITH_P4EST) # keep in one line
+if(NOT ((DEAL_II_WITH_PETSC AND NOT DEAL_II_PETSC_WITH_COMPLEX) OR DEAL_II_WITH_TRILINOS) OR NOT DEAL_II_WITH_P4EST)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_PETSC = ON
index 110e10ccd4235cf7a08ad27eeea99efe2ef78e7a..4d39b4173dd4c4f7655d48c01a3c532709373f42 100644 (file)
@@ -40,7 +40,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_UMFPACK) # keep in one line
+if(NOT DEAL_II_WITH_UMFPACK)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_UMFPACK = ON
index e3cca6b180fa6521bb252f2ab3efc7ca6cee2730..3d3896fded8b5ea4829f6acdea3fd9ed6943310e 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_ZLIB) # keep in one line
+if(NOT DEAL_II_WITH_ZLIB)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
   DEAL_II_WITH_ZLIB = ON
index 7679acd7f9d0e10e2d6a2244aab1a776b3e4bafa..b86b0776fe43eefddd3585f0e86eb1a701f89601 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_OPENCASCADE) # keep in one line
+if(NOT DEAL_II_WITH_OPENCASCADE)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_OPENCASCADE = ON
index c56202ea4c2e8e383e931caac388ecce3261d60d..26689615ea2bb6fe050d6042b6622f1d4d8d4f6d 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT ((DEAL_II_WITH_PETSC AND NOT DEAL_II_PETSC_WITH_COMPLEX) OR DEAL_II_WITH_TRILINOS) OR NOT DEAL_II_WITH_P4EST) # keep in one line
+if(NOT ((DEAL_II_WITH_PETSC AND NOT DEAL_II_PETSC_WITH_COMPLEX) OR DEAL_II_WITH_TRILINOS) OR NOT DEAL_II_WITH_P4EST)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_PETSC = ON
index 476b359e008aef3626446c2a4e7289da25063983..050f2c87002fc5f2e9f1170aa958e810d7c228e6 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_UMFPACK) # keep in one line
+if(NOT DEAL_II_WITH_UMFPACK)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_UMFPACK = ON
index 91e9d50c3a00937043b5abd1974dfcca08118cae..fa3aefad868e93f0bb17d0da2b97cfae8af404f5 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_UMFPACK) # keep in one line
+if(NOT DEAL_II_WITH_UMFPACK)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_UMFPACK = ON
index 66c0e52eaec9cc4ed2fbfaeab86c3a1326762ef3..a4495ed873e156e9988416cfe2534522686a1bcb 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT (DEAL_II_WITH_UMFPACK AND DEAL_II_WITH_COMPLEX_VALUES)) # keep in one line
+if(NOT (DEAL_II_WITH_UMFPACK AND DEAL_II_WITH_COMPLEX_VALUES))
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_UMFPACK        = ON
index 0cc0cc0b15cd1a3e84732bbb4347f06e0b1c30fb..1ce9727050a0a3a879eb52e582e755ff25602bfd 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_LAPACK) # keep in one line
+if(NOT DEAL_II_WITH_LAPACK)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_LAPACK = ON
index 6665f9cea605b1a2f54a268d3b6eec77287fb27b..f82d87169c1c3f2789f231d4957daca8207b8d78 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_UMFPACK OR NOT DEAL_II_WITH_MUPARSER) # keep in one line
+if(NOT DEAL_II_WITH_UMFPACK OR NOT DEAL_II_WITH_MUPARSER)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_MUPARSER = ON
index f0409ed5d7b7611bb90ce5a20ef6277a11c8e2ba..f49714a6b6f24863ca6a665bb6a7bb129de0e6f5 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT (DEAL_II_WITH_PETSC AND DEAL_II_PETSC_WITH_COMPLEX AND DEAL_II_WITH_P4EST AND DEAL_II_WITH_HDF5)) # keep in one line
+if(NOT (DEAL_II_WITH_PETSC AND DEAL_II_PETSC_WITH_COMPLEX AND DEAL_II_WITH_P4EST AND DEAL_II_WITH_HDF5))
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_PETSC = ON
index 0dd5c01e94f22dd2a9be0c80dc90d79fe5381607..8feccbf9a1c3876770b3374c90838817f3dc30f7 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST) # keep in one line
+if(NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_MPI = ON
index 58ef4e17dd751d9d0c5fc4bc419e4ba274ea8227..9dc5ad67fad9059bbdc9573ef90c22e3cb65dff2 100644 (file)
@@ -34,7 +34,7 @@ if(NOT ${deal.II_FOUND})
     )
 endif()
 
-if(NOT DEAL_II_WITH_LAPACK OR NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST) # keep in one line
+if(NOT DEAL_II_WITH_LAPACK OR NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_LAPACK = ON
index ed9492fe014b248e7becf069608941a623b5a5c1..387b04e54e93aaec540cc7de031bd12a9318d59d 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_P4EST) # keep in one line
+if(NOT DEAL_II_WITH_P4EST)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_P4EST = ON
index a81934b90f8ef64c1beb1b763d4a1581fb839548..cee1609ac48b708007efe8db8c820a790b4a999f 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST) # keep in one line
+if(NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_MPI = ON
index 762a914fe975b45f5ea3c9acdef8d5b367c6478b..7f00790799f665993bb031a7fce41986129d4430 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT ((DEAL_II_WITH_PETSC AND NOT DEAL_II_PETSC_WITH_COMPLEX) OR DEAL_II_WITH_TRILINOS) OR NOT DEAL_II_WITH_P4EST) # keep in one line
+if(NOT ((DEAL_II_WITH_PETSC AND NOT DEAL_II_PETSC_WITH_COMPLEX) OR DEAL_II_WITH_TRILINOS) OR NOT DEAL_II_WITH_P4EST)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_PETSC = ON
index 541a4fb518098a645b2224b13ebac2b6ff06a4eb..ca2ae985ce64a1d0d27e905c52174dd0112e22ec 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT ((DEAL_II_WITH_TRILINOS AND DEAL_II_TRILINOS_WITH_SACADO) AND DEAL_II_WITH_SYMENGINE)) # keep in one line
+if(NOT ((DEAL_II_WITH_TRILINOS AND DEAL_II_TRILINOS_WITH_SACADO) AND DEAL_II_WITH_SYMENGINE))
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_TRILINOS = ON
index a4a483047e908653dd5df0bcb587dffc7a1b429d..e28de5dc93f93f7cf3973b97f8ee8ccf1bfdaf38 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT (DEAL_II_WITH_TRILINOS AND DEAL_II_TRILINOS_WITH_SACADO)) # keep in one line
+if(NOT (DEAL_II_WITH_TRILINOS AND DEAL_II_TRILINOS_WITH_SACADO))
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_TRILINOS = ON
index 749d667978aae946866f1807e17633de9adb33e8..9cbf01cf407fa5a86684acb642942d4829d9f3e7 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_UMFPACK) # keep in one line
+if(NOT DEAL_II_WITH_UMFPACK)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_UMFPACK = ON
index 945d32d28ec28d7058aea70359e41edee5a95fdb..9e92f50d00ede313aacd3a9dfc0d0ebc053fb6f3 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_P4EST OR NOT DEAL_II_WITH_TRILINOS) # keep in one line
+if(NOT DEAL_II_WITH_P4EST OR NOT DEAL_II_WITH_TRILINOS)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_P4EST = ON
index 491af8335c22d14a3952adfe569159297b5b89ba..0de5cbec1f21896bbc88617175823d789e74fa64 100644 (file)
@@ -34,7 +34,7 @@ if(NOT ${deal.II_FOUND})
     )
 endif()
 
-if(NOT DEAL_II_WITH_SUNDIALS) # keep in one line
+if(NOT DEAL_II_WITH_SUNDIALS)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_SUNDIALS = ON
index 319b98d68c51666279d291c5100f5b38a61e140e..ffea65a2a5b64c6a3ef332767c50777bd5db28a4 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_UMFPACK) # keep in one line
+if(NOT DEAL_II_WITH_UMFPACK)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_UMFPACK = ON
index 437cd2974b491feab3f3cdc86497c9cd6a8f9a73..e5774a8c566e8b35f1cd9281df42f6607ade4bb4 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_UMFPACK) # keep in one line
+if(NOT DEAL_II_WITH_UMFPACK)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_UMFPACK        = ON
index 44386a0fdff11965b4c37e64f8a10b5fae9fcc85..b4034661ee44899d7f075363a225dfc3651eaaae 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_UMFPACK) # keep in one line
+if(NOT DEAL_II_WITH_UMFPACK)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_UMFPACK = ON
index ea68ca984513d2e25bd4c3975c70d66c400a2e57..7fefe3029061e2c5571c348ba98d5597adfb8dc5 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_MPI) # keep in one line
+if(NOT DEAL_II_WITH_MPI)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following option:
     DEAL_II_WITH_MPI = ON
index c55c7cabe504c966652531e038e278e562113ae9..8f6876fd6db702aff061ba4958e730ad67829fbd 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_LAPACK) # keep in one line
+if(NOT DEAL_II_WITH_LAPACK)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_LAPACK = ON
index 12ce264f2f7703c5e51da84dd6475e271152d8eb..51f283392e1051cd5cb32ffa98a712fc4f8fed8e 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if((NOT DEAL_II_WITH_PETSC OR DEAL_II_PETSC_WITH_COMPLEX) OR (NOT DEAL_II_WITH_P4EST)) # keep in one line
+if((NOT DEAL_II_WITH_PETSC OR DEAL_II_PETSC_WITH_COMPLEX) OR (NOT DEAL_II_WITH_P4EST))
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_PETSC = ON
index 34f3d9ea98b8c33a28d0236bb4d1fc5b1550ac35..3b7140e6fa76d37de345e0c5ca51146367f544dd 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_MPI) # keep in one line
+if(NOT DEAL_II_WITH_MPI)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following option:
     DEAL_II_WITH_MPI = ON
index d01409ef5373799705a830c17020436c1a47bc55..fcc646a0c6b5fb9336c064af0a4908c270e5679a 100644 (file)
@@ -37,7 +37,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_MPI) # keep in one line
+if(NOT DEAL_II_WITH_MPI)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following option:
     DEAL_II_WITH_MPI = ON
index 17082643f896039f7e729a22aa5879b3afd6783a..d975df1eda4c5eb3615050a3ada587ba9b47e535 100644 (file)
@@ -40,7 +40,7 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST OR NOT DEAL_II_WITH_TRILINOS) # keep in one line
+if(NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST OR NOT DEAL_II_WITH_TRILINOS)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
     DEAL_II_WITH_MPI = ON

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.