Tpetra parallel linear algebra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
List of all members
Tpetra::Details::HasDeprecatedMethods2630_WarningThisClassIsNotForUsers Class Referenceabstract

Mix-in to avoid spurious deprecation warnings due to #2630. More...

#include <Tpetra_CrsGraph_decl.hpp>

Inheritance diagram for Tpetra::Details::HasDeprecatedMethods2630_WarningThisClassIsNotForUsers:
Inheritance graph
[legend]

Detailed Description

Mix-in to avoid spurious deprecation warnings due to #2630.

CrsMatrix has methods deprecated by #2630, that need to call CrsGraph methods also deprecated by #2630. This results in spurious deprecation warnings. This mix-in class gives Tpetra developers a work-around so that CrsMatrix's and BlockCrsMatrix's deprecated methods can call CrsGraph's deprecated methods without emitting spurious warnings.

Definition at line 197 of file Tpetra_CrsGraph_decl.hpp.


The documentation for this class was generated from the following file: