]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a typo... 44/head
authoroneliefleft <oneliefleft@gmail.com>
Fri, 1 Aug 2014 01:43:06 +0000 (01:43 +0000)
committeroneliefleft <oneliefleft@gmail.com>
Fri, 1 Aug 2014 01:43:06 +0000 (01:43 +0000)
include/deal.II/lac/petsc_vector_base.h

index 90e73b02e198e2c929b53d04e8db0f57b40d2a7f..717cd8448519bb7c435d396fa090355e3a762a1b 100644 (file)
@@ -1298,7 +1298,7 @@ namespace PETScWrappers
         ierr = VecGetArray(locally_stored_elements, &ptr);
         AssertThrow (ierr == 0, ExcPETScError(ierr));
 
-        for (PetscInti=0; i<n_idx; ++i)
+        for (PetscInt i=0; i<n_idx; ++i)
           {
             const unsigned int index = *(indices_begin+i);
             if ( index>=static_cast<unsigned int>(begin)

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.