Skip to content

Commit

Permalink
Updated doxygen comment. SparseMatrix class no longe resembles eckit:…
Browse files Browse the repository at this point in the history
…:SparseMatrix.
  • Loading branch information
odlomax committed Feb 9, 2024
1 parent c9902c3 commit 2736d08
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/atlas/interpolation/method/sphericalvector/SparseMatrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ namespace detail {
#if ATLAS_HAVE_EIGEN
/// @brief Wrapper class for Eigen sparse matrix
///
/// @details Adapts the Eigen sparse matrix interface to be more in line with
/// eckit::linalg::SparseMatrix. Also allows preprocessor disabling of
/// class is Eigen library is not present.
/// @details Eigen sparse matrix wrapper. Allows preprocessor disabling of class
/// if Eigen library is not present.
template <typename Value>
class SparseMatrix {
public:
Expand Down

0 comments on commit 2736d08

Please sign in to comment.