## ------------------------------------------------------------------------
#
-# collect_source_and_header_files("<souce files>" "<header files>")
+# collect_source_and_header_files("<source files>" "<header files>")
#
# This macro appends a list of sources and header files to the global
# properties DEAL_II_SOURCE_FILES and DEAL_II_HEADER_FILES.
elseif(DEFINED ENV{MPIEXEC})
find_program(MPIEXEC_EXECUTABLE $ENV{MPIEXEC})
endif()
- # For backwards compatbility with old cmake versions:
+ # For backwards compatibility with old cmake versions:
set(MPIEXEC "${MPIEXEC_EXECUTABLE}")
endif()
)
#
-# If we can find libpord.so (or similiar), link it in as well:
+# If we can find libpord.so (or similar), link it in as well:
#
deal_ii_find_library(PORD_LIBRARY
NAMES pord
list(APPEND DEAL_II_DEFINITIONS_DEBUG "DEBUG")
- # Enable invalid element access and other checks in the c++ standard libray:
+ # Enable invalid element access and other checks in the c++ standard library:
list(APPEND DEAL_II_DEFINITIONS_DEBUG "_GLIBCXX_ASSERTIONS")
if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
if (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 19)
<br>
(Timo Heister, 2012/09/16)
-<li> Changed: Due to incompatibilties with some hdf5 packages installed from
+<li> Changed: Due to incompatibilities with some hdf5 packages installed from
repositories we disable auto-detection of hdf5. Use --with-hdf if you need it.
<br>
(Timo Heister, 2012/09/14)
a convention should give you a hint that something with this kind of
design is wrong. Most codes which would use a convention like this
will, almost certainly, leave this convention implicit (something
-for the programer to know about) rather than enforcing it
+for the programmer to know about) rather than enforcing it
explicitly (say, in the form of a function `mesh_dof_to_linear_system_index()`).
It is then very easy for a number of bugs to emerge.
For example, we can not renumber all degrees of freedom with the