Skip to content

Commit

Permalink
Update taichi/program/sparse_matrix.h
Browse files Browse the repository at this point in the history
Co-authored-by: Yi Xu <xy_xuyi@foxmail.com>
  • Loading branch information
FantasyVR and strongoier authored May 7, 2022
1 parent 3cc6602 commit d7ad562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taichi/program/sparse_matrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class EigenSparseMatrix : public SparseMatrix {
: SparseMatrix(em.rows(), em.cols()), matrix_(em) {
}

virtual ~EigenSparseMatrix() = default;
~EigenSparseMatrix() override = default;
void build_triplets(void *triplets_adr) override;
const std::string to_string() const override;

Expand Down

0 comments on commit d7ad562

Please sign in to comment.