From: Wolfgang Bangerth Date: Tue, 8 Jun 1999 16:05:12 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~21909 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7fc799fe995ef372f5577ff7fe880546e8a1801;p=dealii.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());