From f7fb6c65b4ca5d1efc6aef4372b4d3f86ce1f3cb Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 1 Mar 2004 03:21:47 +0000 Subject: [PATCH] Use renamed functions. git-svn-id: https://svn.dealii.org/trunk@8623 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/petsc_49.cc | 4 ++-- tests/bits/petsc_50.cc | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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