Skip to content

Commit 25b44c5

Browse files
authored
Merge pull request #4101 from roystgnr/remove_removed_api
Remove declaration for removed API
2 parents b877560 + 604fb76 commit 25b44c5

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

include/numerics/petsc_matrix.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,6 @@ class PetscMatrix final : public PetscMatrixBase<T>
175175

176176
virtual void flush () override;
177177

178-
/**
179-
* Get the number of rows and columns owned by this process
180-
* @param i Row size
181-
* @param j Column size
182-
*/
183-
void get_local_size (numeric_index_type & m, numeric_index_type & n) const;
184-
185178
virtual void set (const numeric_index_type i,
186179
const numeric_index_type j,
187180
const T value) override;

0 commit comments

Comments
 (0)