Fixed typos in documentatio of deleter.

This commit is contained in:
Markus Blatt 2015-02-03 11:42:05 +01:00
parent a7f1614f63
commit b73f1c86fc

View File

@ -53,8 +53,8 @@ namespace
//! In dune-istl they hold a reference to the sequential preconditioner. //! In dune-istl they hold a reference to the sequential preconditioner.
//! In CPRPreconditioner we use unique_ptr for the memory management. //! In CPRPreconditioner we use unique_ptr for the memory management.
//! Ergo we need to construct the sequential preconditioner with new and //! Ergo we need to construct the sequential preconditioner with new and
//! make sure that it gets delete together with the enclosing parallel //! make sure that it gets deleted together with the enclosing parallel
//! preconditioner. Therefore this delete store a pointer to it and deletes //! preconditioner. Therefore this deleter stores a pointer to it and deletes
//! it during destruction. //! it during destruction.
template<class PREC> template<class PREC>
class ParallelPreconditionerDeleter class ParallelPreconditionerDeleter