Skip to content

Commit 604fb76

Browse files
committed
Remove declaration for removed API
Alex took the definition of this out, reasonably since it's redundant with the local m/n methods, but he forgot to remove the declaration.
1 parent 5a56603 commit 604fb76

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
@@ -174,13 +174,6 @@ class PetscMatrix final : public PetscMatrixBase<T>
174174

175175
virtual void flush () override;
176176

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

0 commit comments

Comments
 (0)