From: Wolfgang Bangerth Date: Mon, 1 Mar 2004 03:21:47 +0000 (+0000) Subject: Use renamed functions. X-Git-Tag: v8.0.0~15704 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71b39e1dbe58662939542e473f29a54c5efe73df;p=dealii.git Use renamed functions. git-svn-id: https://svn.dealii.org/trunk@8623 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/petsc_49.cc b/tests/bits/petsc_49.cc index 372c292ad3..4cc7bd5bd4 100644 --- a/tests/bits/petsc_49.cc +++ b/tests/bits/petsc_49.cc @@ -12,7 +12,7 @@ //---------------------------- petsc_49.cc --------------------------- -// check PETScWrappers::copy_from +// check PETScWrappers::operator = (Vector) #include "../tests.h" #include @@ -29,7 +29,7 @@ void test (PETScWrappers::Vector &v) for (unsigned int i=0; i with T!=PetscScalar +// check PETScWrappers::operator = (Vector) with T!=PetscScalar #include "../tests.h" #include @@ -39,7 +39,7 @@ void test (PETScWrappers::Vector &v) // two cases, the template argument to // Vector must be different from // PetscScalar - v.copy_from (w); + v = w; for (unsigned int i=0; i