From: young Date: Sun, 20 Oct 2013 13:00:10 +0000 (+0000) Subject: Correct a trivial typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b9edccb26ad8cc3d29a1a6ee55704eb7d5637ba;p=dealii-svn.git Correct a trivial typo. git-svn-id: https://svn.dealii.org/trunk@31328 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/petsc/vector_assign_02.cc b/tests/petsc/vector_assign_02.cc index 343f2b2e03..08389b135c 100644 --- a/tests/petsc/vector_assign_02.cc +++ b/tests/petsc/vector_assign_02.cc @@ -16,7 +16,7 @@ -// this is equivalent to the petsc_vector_assign_02 test, except that we use +// this is equivalent to the petsc_vector_assign_01 test, except that we use // operator+= instead of operator=. Now, this does not present a problem, // since the compiler does not automatically generate a version of this // operator, but simply performs the conversion to PetscScalar, i.e. the