]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Oops, seems I haven't tried really after doing the change.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 22 May 1998 07:46:18 +0000 (07:46 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 22 May 1998 07:46:18 +0000 (07:46 +0000)
git-svn-id: https://svn.dealii.org/trunk@333 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/dfmatrix.cc

index 2d9d23f37d074afd4dd54d79de35d4713e9dea7e..4f90cc672e29905b8bf1914af9e48f6ee422daa8 100644 (file)
@@ -927,7 +927,7 @@ double dFMatrix::determinant () const {
 void dFMatrix::clear () {
   double       *val_ptr = &val[0];
   const double *end_ptr = &val[n()*m()];
-  while (val_prt != end_ptr)
+  while (val_ptr != end_ptr)
     *val_ptr++ = 0.;
 };
 

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.