]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix wrong calculation.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 17 May 2000 13:30:35 +0000 (13:30 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 17 May 2000 13:30:35 +0000 (13:30 +0000)
git-svn-id: https://svn.dealii.org/trunk@2875 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/numerics/matrices.h

index f56fae4baaab578fea83b3f78027332ebe5673da..786a733324f788dd852f2273166b3cafa1abbffa 100644 (file)
@@ -405,7 +405,7 @@ class MatrixCreator
  * roughly constant, irrespective of the discretization, and that the
  * number of boundary nodes is #sqrt(N)# in 2d, the algorithm for
  * symmetric sparsity patterns is #O(sqrt(N)*m*log(m))#, while it
- * would be #O(N*sqrt(N)*m*log(m))# for the general case; the latter
+ * would be #O(N*sqrt(N)*log(m))# for the general case; the latter
  * is too expensive to be performed.
  *
  * It seems as if we had to make clear not to overwrite the lines of other

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.