]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
typo
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 23 Mar 2012 22:40:54 +0000 (22:40 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 23 Mar 2012 22:40:54 +0000 (22:40 +0000)
git-svn-id: https://svn.dealii.org/trunk@25324 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/integrators/divergence.h

index 9ae0c14120eb8cefa5d37ba71eae8e5df13bf3f4..60de42782969945c88bca547dc2171f74baf6cd3 100644 (file)
@@ -382,7 +382,7 @@ namespace LocalIntegrators
          double div = Du[0][k][0];
          for (unsigned int d=1;d<dim;++d)
            div += Du[d][k][d];
-         result += div+div;
+         result += div*div;
        }
       return result;
     }

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.