From e956998d5fecf087b9604721a8d61274ef864516 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 8 Jun 1999 16:05:12 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@1387 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/sparse_matrix.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/lac/source/sparse_matrix.cc b/deal.II/lac/source/sparse_matrix.cc index 63650cbe30..3a95134774 100644 --- a/deal.II/lac/source/sparse_matrix.cc +++ b/deal.II/lac/source/sparse_matrix.cc @@ -165,7 +165,7 @@ SparseMatrixStruct::~SparseMatrixStruct () SparseMatrixStruct & -SparseMatrixStruct::opertor = (const SparseMatrixStruct &s) +SparseMatrixStruct::operator = (const SparseMatrixStruct &s) { Assert (s.rowstart == 0, ExcInvalidConstructorCall()); Assert (s.colnums == 0, ExcInvalidConstructorCall()); -- 2.39.5