From: wolf Date: Tue, 8 Jun 1999 16:05:12 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e956998d5fecf087b9604721a8d61274ef864516;p=dealii-svn.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@1387 0785d39b-7218-0410-832d-ea1e28bc413d --- 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());