Skip to content
Snippets Groups Projects
Commit 71035ad7 authored by Felix Gruber's avatar Felix Gruber Committed by Steffen Müthing
Browse files

fix typos in comments


(cherry picked from commit 60459f97)
Signed-off-by: default avatarSteffen Müthing <muething@dune-project.org>
parent 422d6a76
No related branches found
No related tags found
No related merge requests found
...@@ -578,7 +578,7 @@ namespace Dune { ...@@ -578,7 +578,7 @@ namespace Dune {
private: private:
// get a prepresentation as value_type //! Get a representation as value_type
value_type getRepr(int i) const value_type getRepr(int i) const
{ {
value_type bits; value_type bits;
......
...@@ -1015,7 +1015,7 @@ namespace Dune ...@@ -1015,7 +1015,7 @@ namespace Dune
if(iterators.isAtEnd() || iterators.globalIndexPair() != globalPair) { if(iterators.isAtEnd() || iterators.globalIndexPair() != globalPair) {
// The entry is not yet known // The entry is not yet known
// Insert in the the list and do not change the first iterator. // Insert in the list and do not change the first iterator.
iterators.insert(RemoteIndex(Attribute(attribute)),globalPair); iterators.insert(RemoteIndex(Attribute(attribute)),globalPair);
return; return;
} }
...@@ -1033,7 +1033,7 @@ namespace Dune ...@@ -1033,7 +1033,7 @@ namespace Dune
if(!indexIsThere) if(!indexIsThere)
// The entry is not yet known // The entry is not yet known
// Insert in the the list and do not change the first iterator. // Insert in the list and do not change the first iterator.
iterators.insert(RemoteIndex(Attribute(attribute)),globalPair); iterators.insert(RemoteIndex(Attribute(attribute)),globalPair);
} }
......
...@@ -425,7 +425,7 @@ private: ...@@ -425,7 +425,7 @@ private:
template<bool forward,class DataHandle> template<bool forward,class DataHandle>
void communicate(DataHandle& handle); void communicate(DataHandle& handle);
/** /**
* @brief Initialize the the trackers along the interface for the communication. * @brief Initialize the trackers along the interface for the communication.
* @tparam FORWARD If true we send in the forward direction. * @tparam FORWARD If true we send in the forward direction.
* @tparam DataHandle DataHandle The type of the data handle. * @tparam DataHandle DataHandle The type of the data handle.
* @param handle The handle describing the data and responsible for gather * @param handle The handle describing the data and responsible for gather
......
...@@ -41,7 +41,7 @@ namespace Dune { ...@@ -41,7 +41,7 @@ namespace Dune {
/** \brief Check whether a character container has a given suffix /** \brief Check whether a character container has a given suffix
* *
* The container must support the the begin() and size() methods and the * The container must support the begin() and size() methods and the
* const_iterator member type. * const_iterator member type.
* *
* \note This is slow for containers which don't have random access iterators. * \note This is slow for containers which don't have random access iterators.
......
...@@ -79,7 +79,7 @@ AS_VAR_POPDEF([_dune_aap_TAG])dnl ...@@ -79,7 +79,7 @@ AS_VAR_POPDEF([_dune_aap_TAG])dnl
# DUNE_ADD_MODULE_DEPS (MODULE, TAG, [CPPFLAGS], [LDFLAGS], [LIBS]) # DUNE_ADD_MODULE_DEPS (MODULE, TAG, [CPPFLAGS], [LDFLAGS], [LIBS])
# #
# Add the flags and libs of an external library to the modules flags # Add the flags and libs of an external library to the modules flags
# and libs and to the the DUNE_* and ALL_PKG_* families of global flags and # and libs and to the DUNE_* and ALL_PKG_* families of global flags and
# libs. # libs.
# #
# MODULE The name to the DUNE module to add the flags for. It should be # MODULE The name to the DUNE module to add the flags for. It should be
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment