Skip to content

Commit

Permalink
Fix interpolation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaciel authored and wdeconinck committed Nov 13, 2023
1 parent 72e1846 commit 2ce9d2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/atlas/interpolation/Cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ class MatrixCache final : public Cache {
public:
MatrixCache() = default;
MatrixCache(const Cache& c);
MatrixCache(const MatrixCache& c) : MatrixCache(Cache(c)) {}
MatrixCache(Matrix&& m);
MatrixCache(std::shared_ptr<const Matrix> m, const std::string& uid = "");
MatrixCache(const Matrix* m);
Expand Down

0 comments on commit 2ce9d2d

Please sign in to comment.