]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix typo.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 8 Jun 1999 16:05:12 +0000 (16:05 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 8 Jun 1999 16:05:12 +0000 (16:05 +0000)
git-svn-id: https://svn.dealii.org/trunk@1387 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/sparse_matrix.cc

index 63650cbe30b8f6e11323eee1bc4636779d7eb14f..3a951347749609c00513e6045fe4cb7f60e42441 100644 (file)
@@ -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());

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.